|
From: aperception <per...@gm...> - 2013-11-06 21:01:50
|
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': '#0000ff', 'w': '#ffffff', 'g': '#008000',
'y': '#bfbf00', 'k': '#000000', 'r': '#ff0000', 'm': '#bf00bf'}
Excellent!
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Qt4Agg-backend-edit-curves-and-axis-parameters-tp10161p42468.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
|