8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f620c0e + 6b19726 commit 3320e23Copy full SHA for 3320e23
examples/images_contours_and_fields/plot_streamplot.py
@@ -6,11 +6,11 @@
6
A stream plot, or streamline plot, is used to display 2D vector fields. This
7
example shows a few features of the :meth:`~.axes.Axes.streamplot` function:
8
9
- * Varying the color along a streamline.
10
- * Varying the density of streamlines.
11
- * Varying the line width along a streamline.
12
- * Controlling the starting points of streamlines.
13
- * Streamlines skipping masked regions and NaN values.
+* Varying the color along a streamline.
+* Varying the density of streamlines.
+* Varying the line width along a streamline.
+* Controlling the starting points of streamlines.
+* Streamlines skipping masked regions and NaN values.
14
"""
15
import numpy as np
16
import matplotlib.pyplot as plt
0 commit comments