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

Skip to content

Commit 6695ea9

Browse files
author
Manuel Jung
committed
rearranged docstrings.
1 parent e3d24e8 commit 6695ea9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/matplotlib/streamplot.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
5454
See :class:`~matplotlib.patches.FancyArrowPatch`.
5555
*minlength* : float
5656
Minimum length of streamline in axes coordinates.
57-
*maxlength* : float
58-
Maximum length of streamline in axes coordinates.
5957
*start_points*: Nx2 array
6058
Coordinates of starting points for the streamlines.
6159
In data coordinates, the same as the ``x`` and ``y`` arrays.
62-
*integration_direction* : ['foward','backward','both']
63-
Integrate the streamline in forward, backward or both directions.
6460
*zorder* : int
6561
any number
62+
*maxlength* : float
63+
Maximum length of streamline in axes coordinates.
64+
*integration_direction* : ['foward','backward','both']
65+
Integrate the streamline in forward, backward or both directions.
6666
6767
Returns:
6868

0 commit comments

Comments
 (0)