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.
2 parents dfe8ed8 + 880ebc5 commit 3d18f5aCopy full SHA for 3d18f5a
1 file changed
lib/matplotlib/streamplot.py
@@ -26,7 +26,9 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
26
Parameters
27
----------
28
x, y : 1D/2D arrays
29
- Evenly spaced strictly increasing arrays to make a grid.
+ Evenly spaced strictly increasing arrays to make a grid. If 2D, all
30
+ rows of *x* must be equal and all columns of *y* must be equal; i.e.,
31
+ they must be as if generated by ``np.meshgrid(x_1d, y_1d)``.
32
u, v : 2D arrays
33
*x* and *y*-velocities. The number of rows and columns must match
34
the length of *y* and *x*, respectively.
0 commit comments