Re: [Matplotlib-users] setting the default markerfacecolor

2011-04-08 Thread Matt Funk
Hi Paul, thanks for the response. Emmhh, i am not sure what's going on since what you are saying matches what's listed at http://matplotlib.sourceforge.net/users/customizing.html. The problem is that when i try it I get a key error, correspondingly, when i print rcParams i cannot find

Re: [Matplotlib-users] setting the default markerfacecolor

2011-04-08 Thread Eric Firing
On 04/08/2011 10:56 AM, Matt Funk wrote: Hi Paul, thanks for the response. Emmhh, i am not sure what's going on since what you are saying matches what's listed at http://matplotlib.sourceforge.net/users/customizing.html. The problem is that when i try it I get a key error, correspondingly,

Re: [Matplotlib-users] setting the default markerfacecolor

2011-04-08 Thread Paul Ivanov
Hi Matt, Matt Funk, on 2011-04-08 14:56, wrote: mpl.__version__ = 0.99.3 ah - this would do it - that axis parameter was added by Eric Firing on 2010-01-03 - but it didn't go into the 0.99 series - it went straight to trunk - so you'll have to get at least matplotlib 1.0 to gain that

[Matplotlib-users] setting the default markerfacecolor

2011-04-07 Thread Matt Funk
Hi, i am farily new to matplotlib so my question might be fairly basic. I would like to be able to set certain default values at the beginning of my script. The way i did this with the other values is via changing the value stored in rcparams. So something like: import matplotlib.pyplot as mpl

Re: [Matplotlib-users] setting the default markerfacecolor

2011-04-07 Thread Paul Ivanov
Matt Funk, on 2011-04-07 16:52, wrote: Hi, i am farily new to matplotlib so my question might be fairly basic. I would like to be able to set certain default values at the beginning of my script. The way i did this with the other values is via changing the value stored in rcparams. So