On Thu, Mar 20, 2008 at 7:32 PM, carlwenrich <[EMAIL PROTECTED]> wrote:
>
>  I've searched the user manual (and this forum) but I don't see anything that
>  helps.


Assuming you mean what we call the tick labels:

import matplotlib
matplotlib.rcParams['xtick.labelsize'] = 14
matplotlib.rcParams['ytick.labelsize']  = 14

These can also be changed in your matplotlibrc file -- see
http://matplotlib.sf.net/matplotlibrc

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to