Skip to content

Commit a7248d9

Browse files
committed
DOC: Add note about future changes to return value
1 parent 9875323 commit a7248d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/streamplot.py

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
5454
lines : `matplotlib.collections.LineCollection` of streamlines
5555
arrows : collection of `matplotlib.patches.FancyArrowPatch` objects
5656
repesenting arrows half-way along stream lines.
57+
This container will probably change in the future to allow changes to
58+
the colormap, alpha, etc. for both lines and arrows, but these changes
59+
should be backward compatible.
5760
"""
5861
grid = Grid(x, y)
5962
mask = StreamMask(density)

0 commit comments

Comments
 (0)