On Nov 17, 2007 12:26 AM, C M <[EMAIL PROTECTED]> wrote:

> The font problem turned out to be simply that I didn't realize that the
> latest version of matplotlib comes with the matplotlibrc file commented out
> (I had not tried to change fonts before so hadn't noticed I couldn't).
> Uncommented the fonts section solved it.  Thanks for the tip.
>
> Is there a way to disable color cycling?

Well, you could explicitly provide the color to "plot" but this is
masking a deeper problem.  You do not want to e callng "plot" on every
window redraw event.  If you post a code snippet, we might be able to
help.

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to