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