File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
examples/images_contours_and_fields Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
A stream plot, or streamline plot, is used to display 2D vector fields. This
7
7
example shows a few features of the :meth:`~.axes.Axes.streamplot` function:
8
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.
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.
14
14
"""
15
15
import numpy as np
16
16
import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments