Re: [Matplotlib-users] matplotlibrc customizing

2009-06-10 Thread Gary Ruben
When I f.e. change #xtick.labelsize : 14 (from '12') #xtick.direction : out (from 'in') Uncomment the lines. #xtick.labelsize : 14 #xtick.direction : out to xtick.labelsize : 14 xtick.direction : out

[Matplotlib-users] matplotlibrc customizing

2009-06-09 Thread Ulrich vor dem Esche
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'

Re: [Matplotlib-users] matplotlibrc customizing

2009-06-09 Thread Sebastian Busch
Ulrich vor dem Esche wrote: ... #xtick.labelsize : 14 (from '12') #xtick.direction : out (from 'in') nothing changes ... I must have missed something very basic.. I guess that would be the # which declares everything behind as a comment. Does it work when you remove the #?