Re: [Matplotlib-users] Set matplotlibrc color cycle to custom colors using axes.prop_cycle (v1.5)

2015-12-21 Thread Julian Irwin
Ahh, the hashes were the problem! Thanks for your help. Julian On Mon, Dec 21, 2015 at 8:45 AM, Benjamin Root wrote: > You can't use the hash symbol when doing colors as a hex in an rcfile. The > rcfile parser is so simple that it treats it as a comment. Don't drop the > quotes. > > Ben Root >

Re: [Matplotlib-users] Set matplotlibrc color cycle to custom colors using axes.prop_cycle (v1.5)

2015-12-21 Thread Benjamin Root
You can't use the hash symbol when doing colors as a hex in an rcfile. The rcfile parser is so simple that it treats it as a comment. Don't drop the quotes. Ben Root On Mon, Dec 21, 2015 at 12:51 AM, Thomas Caswell wrote: > Not at a computer to test, but try dropping the quotes. > > On Sun, Dec