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 9875323 commit a7248d9Copy full SHA for a7248d9
1 file changed
lib/matplotlib/streamplot.py
@@ -54,6 +54,9 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
54
lines : `matplotlib.collections.LineCollection` of streamlines
55
arrows : collection of `matplotlib.patches.FancyArrowPatch` objects
56
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.
60
"""
61
grid = Grid(x, y)
62
mask = StreamMask(density)
0 commit comments