Re: [Matplotlib-users] XRC or Pythoncard

2011-09-20 Thread Daniel Hyams
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.

[Matplotlib-users] XRC or Pythoncard

2011-09-20 Thread Martijn
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