Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a53a90

Browse files
committed
doc for zorder parameter of streamplot
1 parent 5ab1a68 commit 2a53a90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/streamplot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
4747
See :class:`~matplotlib.patches.FancyArrowPatch`.
4848
*minlength* : float
4949
Minimum length of streamline in axes coordinates.
50+
*zorder* : int
51+
any number
5052
5153
Returns:
5254

0 commit comments

Comments
 (0)