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 looking odd.
 
Hi Daniel,

it does appear like a bug, though only for some views on the
axes, thanks for the report. I'm not very familiar with this
code, so I'll leave the bugfix for someone else, but here's the
temporary workaround:

> Is there anything I can do to change the angle manually?

# prevent the automatic rotation caused by view changes
ax.yaxis.set_rotate_label(False) 
ax.yaxis.label.set_rotation(45)

Beware that you'll have to adjust that angle on a per-view basis
to get things to look right.

best,
-- 
Paul Ivanov
314 address only used for lists,  off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to