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 66A stream plot, or streamline plot, is used to display 2D vector fields. This
77example shows a few features of the :meth:`~.axes.Axes.streamplot` function:
88
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.
1414"""
1515import numpy as np
1616import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments