Re: [Matplotlib-users] Stride size in mplot3d

2012-08-13 Thread Damon McDougall
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

[Matplotlib-users] Stride size in mplot3d

2012-08-12 Thread jonasr
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 ?