We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a668754 commit e41755dCopy full SHA for e41755d
1 file changed
lib/matplotlib/streamplot.py
@@ -60,7 +60,7 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
60
start_points : Nx2 array
61
Coordinates of starting points for the streamlines in data coordinates
62
(the same coordinates as the *x* and *y* arrays).
63
- zorder : int
+ zorder : float
64
The zorder of the streamlines and arrows.
65
Artists with lower zorder values are drawn first.
66
maxlength : float
0 commit comments