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