Thanks to visit codestin.com Credit goes to github.com
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 84188bf commit 2c24467Copy full SHA for 2c24467
1 file changed
doc/users/screenshots.rst
@@ -63,6 +63,21 @@ installs.
63
.. _screenshots_ellipse_demo:
64
65
66
+Streamplot
67
+==========
68
+
69
+The :meth:`~matplotlib.pyplot.streamplot` function plots the streamlines of
70
+a vector field. In addition to simply plotting the streamlines, it allows you
71
+to map the colors and/or line widths of streamlines to a separate parameter,
72
+such as the speed or local intensity of the vector field.
73
74
+.. plot:: mpl_examples/images_contours_and_fields/streamplot_demo_features.py
75
76
+This feature complements the :meth:`~matplotlib.pyplot.quiver` function for
77
+plotting vector fields. Thanks to Tom Flannaghan and Tony Yu for adding the
78
+streamplot function.
79
80
81
Ellipses
82
========
83
0 commit comments