Re: [Matplotlib-users] labels in ax = Axes3D(fig) are not aligned in parallel

2011-01-24 Thread Paul Ivanov
Daniel Mader, on 2011-01-24 20:55, wrote: Hi, I have seen this ever since I use mpl_toolkits.mplot3d.Axes3D but it never bothered me too much until now: the labels are not aligned in paralled to the axes so that with longer labels or small figsizes, they run into the tick labels, besides

Re: [Matplotlib-users] labels in ax = Axes3D(fig) are not aligned in parallel

2011-01-24 Thread Daniel Mader
Dear Paul, thank you very much for the quick reply! Unfortunately, I don't seem to get things right with your snippet of code: # prevent the automatic rotation caused by view changes ax.yaxis.set_rotate_label(False) ax.yaxis.label.set_rotation(45) Traceback (most recent call last): File

Re: [Matplotlib-users] labels in ax = Axes3D(fig) are not aligned in parallel

2011-01-24 Thread Benjamin Root
On Monday, January 24, 2011, Daniel Mader danielstefanma...@googlemail.com wrote: Dear Paul, thank you very much for the quick reply! Unfortunately, I don't seem to get things right with your snippet of code: # prevent the automatic rotation caused by view changes