Hi All,
I would like to know if there is a way to have the bin sizes change by
integer values. For example the bin size would be
10-20
20-30
not
10.3-20.5
20.3-30.5
and have it adjust as the number of bins changes.
Thanks
--
View this message in context:
http://matplotlib.1069221.n5.n
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 ?