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.
1 parent 4c70e91 commit 6b19726Copy full SHA for 6b19726
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