On Sun, Aug 12, 2012 at 01:23:35PM -0700, jonasr wrote:
> Hello,
>
> i am working on some 3d stuff with plot_surface() , my problem is that i
> want to use a stride smaller then 1.
The stride refers to the *array* stride. So a stride of < 1 makes no
sense.
> Since my data is only on an interva
Hello,
i am working on some 3d stuff with plot_surface() , my problem is that i
want to use a stride smaller then 1.
Since my data is only on an intervall from -1 to 1, in x and in y direction
i want to plot a 3d grid with at least 20 lines in each direction, is there
a possibility to do this ?