Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita7248d9

Browse files
committed
DOC: Add note about future changes to return value
1 parent9875323 commita7248d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎lib/matplotlib/streamplot.py

Lines changed: 3 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp