Re: [Matplotlib-users] trouble with rcParams

2007-03-10 Thread Jouni K . Seppänen
Jeff Peery <[EMAIL PROTECTED]> writes: > I am having some confusion about how best to set my plot settings. > Should I use rcParams, or carry around my own class object holding > plot() and scatter() settings? IMHO modifying rcParams is not a good way to use the object-oriented interface. It can

[Matplotlib-users] trouble with rcParams

2007-03-09 Thread Jeff Peery
Hello, I apologize if this message was already posted, it was bounced back to me. I am having some confusion about how best to set my plot settings. Should I use rcParams, or carry around my own class object holding plot() and scatter() settings? I have a wx app and I plot simple x y data. I m