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

2013-11-06 Thread aperception
Dear Thomas, I replaced figureoptions.py in 1.3.1 with the corresponding file in your commit , 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
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 command