So far, I've been unable to get matplotlib plots to display within PythonCard. I must be missing something very fundamental, because I'm able to generate the plot, just not display it.

How do I get matplotlib to draw into something PythonCard can display? Do I need something like wxMPL (http://agni.phys.iit.edu/~kmcivor/wxmpl/)?


TIA,

-BobC


Christopher Barker wrote:
Robert Cunningham wrote:
After that, the plot package became obvious: I've decided to use pylab's plot() facility (http://matplotlib.sourceforge.net/tutorial.html).

Good choice, though for embedded use, I recommend using the matplotlib OO API, rather than the procedural/state machine API of pylab. -- it's all the same stuff under the hood, though.

Welcome to the joys if Python!

-CHB
begin:vcard
fn:Robert Cunningham
n:Cunningham;Robert
org:Space Micro;DSD
adr;dom:;;10401 Roselle Street, Suite 400;San Diego;CA;92121
email;internet:[EMAIL PROTECTED]
title:Chief Engineer
tel;work:858-332-0700 x118
tel;fax:858-332-0709
url:http://www.spacemicro.com
version:2.1
end:vcard

_______________________________________________
FloatCanvas mailing list
[email protected]
http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas

Reply via email to