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

2015-12-20 Thread Julian Irwin
Hi, I'm trying to set my default color cycle in my matplotlibrc using axes.prop_cycle. The documentation (as far as I could find...) only gives examples like axes.prop_cycle: cycler('color', 'bgrcmyk') And then the comment below says, cryptically: # as list of string colorspecs: # single

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

2015-12-20 Thread Thomas Caswell
Not at a computer to test, but try dropping the quotes. On Sun, Dec 20, 2015, 20:56 Julian Irwin wrote: > Hi, > > I'm trying to set my default color cycle in my matplotlibrc using > axes.prop_cycle. The documentation (as far as I could find...) only gives > examples like