10000 Remove note about return value of streamplot. · matplotlib/matplotlib@7d435d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d435d4

Browse files
committed
Remove note about return value of streamplot.
1 parent 0332aa4 commit 7d435d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/streamplot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
5252
Line collection with all streamlines as a series of line segments.
5353
Currently, there is no way to differentiate between line segments
5454
on different streamlines (other than manually checking that segments
55-
are connected). NOTE: this return value is likely to change since it
56-
does not include the arrow patches.
55+
are connected).
5756
"""
5857
grid = Grid(x, y)
5958
mask = StreamMask(density)

0 commit comments

Comments
 (0)
0