Hi, If I use LATEX fonts in my graph, the following command does not rotate the labels properly (it scrambles the labels in a weird way):
setp (ax.get_xticklabels(), rotation=45, fontsize=8) (this doesn't work) Changing the rotation to 90 degress works though: setp (ax.get_xticklabels(), rotation=90, fontsize=8) (this works) Also there are no problems if I don't use the LATEX fonts. Is this a known issue, and is there any solution to this if I want my labels 45 degrees rotated by still using the latex fonts? Thanks, Oguz ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users