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')

nothing changes at all. My program starts with 'import matplotlib.pyplot as 
plt', so
that actually matplotlibrc should be in use.. I tried to change other things in
\\matplotlib aswell, they were all ignored. I must have missed something very 
basic..
What did i miss?

Ulli
____________________________________________________________
Text: GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de


------------------------------------------------------------------------------
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