I've done a few minor enhancements and corrections to the qt4_editor (interactive plot options popup). Should I submit them to matplotlib or directly to the original author Pierre Raybaut ? What plot options do you think can be added to the qt4_editor ? I've added a basic Legend option to the Axes tab and a Visible option to the Curves tab. formlayout.py: validate color strings (for matplotlib) figureoptions.py: corrected marker=='none' bug corrected matplotlib green in COLORS ('g': '#008000') missing ',' and incorrect naming of some MARKERS LINESTYLES are sorted. 'steps' removed from linestyles On Sun, Mar 21, 2010 at 5:22 AM, Peter Butterworth wrote: > Correction: '0.99.3rc1' does not include the qt4_editor code, so you > do need to get the source files from svn. > > The feature is a nice addition to matplotlib..
please find attached the 2 patched files and the diff vs trunk. the legend only appears if there is at least one curve label which doesn't start by "_" On Sun, Mar 28, 2010 at 2:12 PM, Peter Butterworth <bu...@gm...> wrote: > I've done a few minor enhancements and corrections to the qt4_editor > (interactive plot options popup). Should I submit them to matplotlib > or directly to the original author Pierre Raybaut ? > > What plot options do you think can be added to the qt4_editor ? > I've added a basic Legend option to the Axes tab and a Visible option > to the Curves tab. > > > formlayout.py: > validate color strings (for matplotlib) > > figureoptions.py: > corrected marker=='none' bug > corrected matplotlib green in COLORS ('g': '#008000') > missing ',' and incorrect naming of some MARKERS > LINESTYLES are sorted. 'steps' removed from linestyles
Any feedback on the submitted patch ? I've now added the possibility to switch autoscale off. On Sun, Mar 28, 2010 at 9:26 PM, Peter Butterworth <bu...@gm...> wrote: > please find attached the 2 patched files and the diff vs trunk.
On Fri, Apr 2, 2010 at 1:25 PM, Peter Butterworth <bu...@gm...> wrote: > Any feedback on the submitted patch ? > > > I've now added the possibility to switch autoscale off. > > On Sun, Mar 28, 2010 at 9:26 PM, Peter Butterworth <bu...@gm...> > wrote: > > please find attached the 2 patched files and the diff vs trunk. > Hi Peter, Your previous addition looks fine here. Keep pinging probably someone should commit your additions. I would like to see your further editions. Maybe you can use google-code or somewhere to host the code and continue making additions there. Once some important steps are completed changes can integrated into matplotlib back. -- Gökhan