Thanks! you are right!
I didn't notice this detail
Gabriele
On Fri, May 22, 2015 at 3:58 PM, Benjamin Root wrote:
> The documentation for streamplot:
>
> ```
> *x*, *y* : 1d arrays
> an *evenly spaced* grid.
> *u*, *v* : 2d arrays
> x and y-velocities. N
The documentation for streamplot:
```
*x*, *y* : 1d arrays
an *evenly spaced* grid.
*u*, *v* : 2d arrays
x and y-velocities. Number of rows should match length of y, and
the number of columns should match x.
```
Note that the rows in *u* and *v*
Hi,
I have problems with streamplot
I want to use a 3d vector field in coordinates (x,y,z) stored in a numpy
array, and plot slices of it with streamplot.
To test it I wanted to use a vector field with arrows pointed up in the z>0
region and pointed down in the z<0 region.
import numpy as