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

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


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

Best,
Sebastian.



signature.asc
Description: OpenPGP digital signature
--
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


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


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