Re: [Matplotlib-users] streamplot: vectors not pointing in the right direction!
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
Re: [Matplotlib-users] streamplot: vectors not pointing in the right direction!
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*