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

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

Re: [Matplotlib-users] matplotlibrc customizing

2009-06-09 Thread John Hunter
On Tue, Jun 9, 2009 at 8:23 AM, Ulrich vor dem Esche 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() >

[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' (