Hi,

I want to change the font size of x ticks labels.
The FAQ entry is only for pylab:
http://matplotlib.sourceforge.net/faq.html#TEXTOVERLAP

I found this solution:

    for tick in ax.xaxis.get_major_ticks():
        tick.label1.set_fontsize(7.5)
 (http://cfa-www.harvard.edu/~jbattat/computer/python/pylab/)

What is the prefered way? Maybe without a loop...

  Thomas

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to