I'm partial to wxFormBuilder myself, and the latest builds even have AUI support. There is no direct integration with matplotlib, though. To place a plot, all I do is create a wx.Panel in wxFormBuilder, and use that as a container for the plot (you would have a PlotPanel, which you derive from wx.Panel). You could also subclass that container same panel if you wanted to (within wxFormBuilder), but I don't see the need.
On Tue, Sep 20, 2011 at 7:23 AM, Martijn <marti...@gmx.com> wrote: > Hi, > I am about to start wring a small application that includes a graphical > user interface written using wxPython and several matplotlib graphs. > Since I want to separate application logic and GUI code as much as > possible, I would like to use either XRC or Pythoncard. > Pythoncard seems to be the most straightforward and has recently > included a matplotlib widget. However, the website says that it requires > some modifications to Matplotlib. I would like to have some feedback > from people who have embedded Matplotlib into Pythoncard. > Alternatively, I could use XRC. This seems to be more mature/actively > developed but involves more GUI code (manually binding callbacks). What > are your experiences with embedding graphs in GUIs created using wxGlade > for wxFormBuilder? > > with kind regards, > > Martijn > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Daniel Hyams dhy...@gmail.com ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users