Skip to content

Commit

Permalink
Remove note about return value of streamplot.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysyu committed Apr 28, 2012
1 parent 0332aa4 commit 7d435d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/matplotlib/streamplot.py
Expand Up @@ -52,8 +52,7 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
Line collection with all streamlines as a series of line segments.
Currently, there is no way to differentiate between line segments
on different streamlines (other than manually checking that segments
are connected). NOTE: this return value is likely to change since it
does not include the arrow patches.
are connected).
"""
grid = Grid(x, y)
mask = StreamMask(density)
Expand Down

0 comments on commit 7d435d4

Please sign in to comment.