Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2013-11-06 Thread aperception
Unfortunately this issue with the color changing after editing axis parameters still doesn't appear to have been resolved as of 1.3.1 or in the latest source. Is there an easy fix for it? It's a very useful feature for me because my figure is embedded in a QT4 GUI without easy access to the

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2013-11-06 Thread Thomas Hisch
Please check if this PR fixes the problem https://github.com/matplotlib/matplotlib/pull/2112 Regards Thomas On Wed, Nov 6, 2013 at 12:52 PM, aperception perceptualcha...@gmail.comwrote: Unfortunately this issue with the color changing after editing axis parameters still doesn't appear to

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2013-11-06 Thread aperception
Dear Thomas, I replaced figureoptions.py in 1.3.1 with the corresponding file in your commit https://github.com/rhoef/matplotlib/blob/2bffa69cf7dc6b571fc5fdea27dba560d55a37de/lib/matplotlib/backends/qt4_editor/figureoptions.py , and can confirm that it has resolved the issue. Thank you very

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2013-11-06 Thread aperception
Easily patched the 1.3.0 version in Enthought distribution by replacing matplotlib\backends\qt4_editor\figureoptions.py line 33-34 with: COLORS = {'c': '#00bfbf', 'b': '#ff', 'w': '#ff', 'g': '#008000', 'y': '#bfbf00', 'k': '#00', 'r': '#ff', 'm': '#bf00bf'} Excellent!

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2010-09-20 Thread Benjamin Root
On Sun, Sep 19, 2010 at 5:23 PM, bevan j beva...@gmail.com wrote: selindex = value.pop(0) AttributeError: 'tuple' object has no attribute 'pop' Didn't we just have a bug report/fix for this one? Ben Root -- Start

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2010-09-20 Thread bevan j
Benjamin Root-2 wrote: On Sun, Sep 19, 2010 at 5:23 PM, bevan j beva...@gmail.com wrote: selindex = value.pop(0) AttributeError: 'tuple' object has no attribute 'pop' Didn't we just have a bug report/fix for this one? Sorry if it has already been reported I searched in the bug

Re: [Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2010-09-20 Thread butterw
bevan j wrote: Sorry if it has already been reported I searched in the bug reports for qt4agg and didn't find anything. Although I may have been looking in the wrong place. I have also noticed that editing some parameters (or pressing apply without any changes) alters others. For

[Matplotlib-users] Qt4Agg backend - edit curves and axis parameters

2010-09-19 Thread bevan j
Hello, I have just chaged over to the Qt4Agg backend so I can use Pierre Raybaut's addition of editing cuves and parameters (thanks for this functionality). I have found a small issue. Whenever I apply changes with more than one trace/curve, the colour of the second curve changes. The example