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
mpl.rcParams['lines.markersize'] = 20

But i would like to set the markerfacecolor in such a way but it is not 
included in rcParams. I would really like to avoid setting it in each 
individual plot call. 

Is there a way to change the default at the start of the script?

thanks
matt

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to