[Matplotlib-users] set yticklabels fonts size without setting the yticklabels

2012-01-25 Thread Martella, C.
hello list, I'm having quite a big number of subplots all together inside of the same figure, which pushes me to reduce the font size quite a lot to avoid overlap. I've been able to set quite everything, except of the ytickslabels: sp = fig.add_subplot(611, xlim=(10, 100)) sp.set_title(my_title,

[Matplotlib-users] plotting 3D

2011-12-15 Thread Martella, C.
Hello, I have 2D array where each (x, y) cell represents the height of that point on the Z axis (you can think of it as the map of some mountain chain). I'd like to get the plot_surface() of this data. What I don't understand in particular is the content of the X, Y ,Z array parameter in my par

[Matplotlib-users] 3D plotting

2011-12-13 Thread Martella, C.
Hello, I have 2D array where each (x, y) cell represents the height of that point on the Z axis (you can think of it as the map of some mountain chain). I'd like to get the plot_surface() of this data. What I don't understand in particular is the content of the X, Y ,Z array parameter in my par