8000 Update example name in docs · matplotlib/matplotlib@fe5dc72 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe5dc72

Browse files
committed
Update example name in docs
1 parent 7baa01e commit fe5dc72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/users/prev_whats_new/whats_new_1.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ In addition to simply plotting the streamlines of the vector field,
152152
line widths of the streamlines to a separate parameter, such as the speed or
153153
local intensity of the vector field.
154154

155-
.. plot:: mpl_examples/images_contours_and_fields/streamplot_demo.py
155+
.. plot:: mpl_examples/images_contours_and_fields/plot_streamplot.py
156156

157157

158158
New hist functionality

doc/users/screenshots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ a vector field. In addition to simply plotting the streamlines, it allows you
7171
to map the colors and/or line widths of streamlines to a separate parameter,
7272
such as the speed or local intensity of the vector field.
7373

74-
.. plot:: mpl_examples/images_contours_and_fields/streamplot_demo.py
74+
.. plot:: mpl_examples/images_contours_and_fields/plot_streamplot.py
7575

7676
This feature complements the :meth:`~matplotlib.pyplot.quiver` function for
7777
plotting vector fields. Thanks to Tom Flannaghan and Tony Yu for adding the

0 commit comments

Comments
 (0)
0