On Tue, Jun 9, 2009 at 8:23 AM, Ulrich vor dem Esche<ulrich.es...@web.de> wrote:
> Greetings! I am new to matplotlib and python, and encountered a general 
> problem:
> If i try to customize matplotlibrc, nothing changes. I changed the right 
> thing:
> When i try
>
> import matplotlib
> matplotlib.matplotlib_fname()
>
> I get 'C:\\Python25\lib\\site-packages\\matplotlib\\mpl-data\\matplotlibrc'
> (as you see I'm in windows..)
>
> When I f.e. change
>
> #xtick.labelsize      : 14  (from '12')
> #xtick.direction      : out (from 'in')
>

By default, all lines are commented out.  You must remove the leading
'#" symbol to see your changes take effect

JDH

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to