Re: [Matplotlib-users] define color cycle in matplotlibrc

2010-01-06 Thread Gary Ruben
I'm happy for it to remain just a suggestion and not a reality. I mentioned it in case it was easy to implement alongside the color cycle but it seems it is not. Thanks for considering it anyway Eric, Gary Eric Firing wrote: Dominik Szczerba wrote: -BEGIN PGP SIGNED MESSAGE- Hash:

Re: [Matplotlib-users] define color cycle in matplotlibrc

2010-01-05 Thread Eric Firing
Dominik Szczerba wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Firing wrote: Dominik Szczerba wrote: OK I started hacking and added a color_cycle property to matplotlibrc. Would you be so kind to add this fix to the official version? Thanks! Dominik Your basic idea--that the

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-30 Thread Dominik Szczerba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Firing wrote: Dominik Szczerba wrote: OK I started hacking and added a color_cycle property to matplotlibrc. Would you be so kind to add this fix to the official version? Thanks! Dominik Your basic idea--that the colorcycle should be

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-29 Thread Dominik Szczerba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony S Yu wrote: On Dec 24, 2009, at 4:21 AM, Dominik Szczerba wrote: OK I started hacking and added a color_cycle property to matplotlibrc. Would you be so kind to add this fix to the official version? Thanks! Dominik $ diff -w axes.py

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-29 Thread Dominik Szczerba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony S Yu wrote: On Dec 29, 2009, at 3:35 AM, Dominik Szczerba wrote: Tony S Yu wrote: Hey Dominik, I'd also like to see the default color_cycle be customizeable. But, if I'm not mistaken, this approach doesn't quite do what you want (at least

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-29 Thread Tony S Yu
Tony S Yu wrote: On Dec 29, 2009, at 3:35 AM, Dominik Szczerba wrote: Tony S Yu wrote: Hey Dominik, I'd also like to see the default color_cycle be customizeable. But, if I'm not mistaken, this approach doesn't quite do what you want (at least it doesn't on a recent version of mpl). The

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-29 Thread Dominik Szczerba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony S Yu wrote: Tony S Yu wrote: On Dec 29, 2009, at 3:35 AM, Dominik Szczerba wrote: Tony S Yu wrote: Hey Dominik, I'd also like to see the default color_cycle be customizeable. But, if I'm not mistaken, this approach doesn't quite do what

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-29 Thread Eric Firing
Dominik Szczerba wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK I started hacking and added a color_cycle property to matplotlibrc. Would you be so kind to add this fix to the official version? Thanks! Dominik Your basic idea--that the colorcycle should be settable in

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-29 Thread Gary Ruben
One nice thing about gnuplot is the option its GUI provides to toggle between using coloured lines and using black lines with various dashed patterns. I think it would be nice in matplotlib to also be able to have a default series of dashed patterns that could automatically be cycled through.

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-28 Thread Tony S Yu
On Dec 24, 2009, at 4:21 AM, Dominik Szczerba wrote: OK I started hacking and added a color_cycle property to matplotlibrc. Would you be so kind to add this fix to the official version? Thanks! Dominik $ diff -w axes.py axes.py.org 135,137c135 # DSZ take defaultColors from rcParams

Re: [Matplotlib-users] define color cycle in matplotlibrc

2009-12-24 Thread Dominik Szczerba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK I started hacking and added a color_cycle property to matplotlibrc. Would you be so kind to add this fix to the official version? Thanks! Dominik $ diff -w axes.py axes.py.org 135,137c135 # DSZ take defaultColors from rcParams #

[Matplotlib-users] define color cycle in matplotlibrc

2009-12-23 Thread Dominik Szczerba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I want to specify my own color cycle in matplotlibrc. I know I can do in the actual script: matplotlib.axes.set_default_color_cycle(['w', 'w', 'w', 'w', 'w', 'w', 'w']) but it renders my scripts not portable (if somebody does not have black bg in