From: John H. <jdh...@ac...> - 2004-08-31 04:20:29
|
>>>>> "Ray" == Ray Schumacher <rj...@bl...> writes: Ray> Hi all, I've been looking at matplotlib, as I'm using Ray> wxPyPlot and want a bit more... Ray> Q1: Has anyone used matplotlib with Boa, and, as a Plug-in? Ray> Q2: In the code below, (and with/from the example) I'm trying Ray> to simply display a plot, no toolbar, sizer etc. The canvas Ray> appears on the panel, but no plot appears. What am I missing? I suggest you start with http://matplotlib.sourceforge.net/examples/embedding_in_wx2.py and perturb off of that. I can't take a close look at your code right now, but this should get you started. Cheers, JDH |