From: Sebastian Rhode [mailto:sebrh...@googlemail.com] 
Sent: Wednesday, September 29, 2010 13:02
 
if I plot an normal figure the toolbar contains an button (looks like a
checkbox), which can be used to edit the lines and axes parameters. But when I
embed such a figure in an Wx application, this specfic button is missing.
Is there a way around it? 

That tool is implemented in the Qt4 backends (and in only those backends, I
believe). If your default backend is Qt4Agg, for example, you would see the
tool when not embedding. For embedding with Wx, you would need the tool
implemented in backend_wx.py, class NavigationToolbar2Wx. Should you like to
look at the Qt4 code, it's in backend_qt4.py, class NavigationToolbar2QT.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to