1 Dec 17:09
Re: Enhancement to matplotlib's PyQt4 backend
On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut <contact <at> pythonxy.com> wrote: > Hi all, > > I would like to contribute to matplotlib with this enhancement for the > PyQt4 backend: the idea is to add a toolbar button to configure figure > options (axes, curves, ...). > > It's based on a tiny module called formlayout to generate PyQt4 form > dialog automatically. > > Some screenshots: > http://code.google.com/p/formlayout/ > > So, if you're interested (all the following is GPL2): > > *matplotlib patch* Would you please submit an actual patch? I don't know exactly where you intend these changes to be placed. > In FigureManagerQT.__init__, added: > self.canvas.axes = self.canvas.figure.add_subplot(111) What is the purpose of this change? What if I didn't want such an axes on my canvas? What if I want to layout my own axes([.2,.2,.75,.75]) or add_subplot(311)? I don't think these changes can be accepted in the current form, they don't appear to integrate well with the standard behavior of the library. > In NavigationToolbar2QT._init_toolbar, added:(Continue reading)
RSS Feed