[wxPython] PlotCanvas

Does anyone have a short example using PlotCanvas?

I looked at demo for a few seconds last night and I was
a bit confused. It's not clear to me how you specify the
plot's parent window.

I'm new to wxPython, but it like it. It looks like it'll be
the most efficient/portable way to make a GUI for my code.

Thanks,
-Scott Harris

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

I looked at demo for a few seconds last night and I was
a bit confused. It's not clear to me how you specify the
plot's parent window.

PlotCanvas derives from wxWindow, so you specify its parent just like any
other window class.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users