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,
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
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