From: John H. <jdh...@ac...> - 2005-11-30 21:46:01
|
>>>>> "Ken" == Ken McIvor <mc...@ii...> writes: Ken> The most important difference is that pylab gives you user Ken> interaction features (like zooming and displaying the Ken> position) but the OO interface does not. Not technically right, because the OO interface provides the FigureCanvasWX* and the NaviationToolbar2WX* which you can use to get all the interaction of the pylab interface. Eg embedding_in_wx.py. That said, I'm sure your wx embedding libs add lots of useful functionality so that is where I would look if starting out writing a wx app... JDH |