Re: [Matplotlib-users] Black and white mode

2012-10-03 Thread Michael Droettboom
I've been thinking a lot lately about how CSS could be used to specify styles in matplotlib. It would allow one to specify any set of styles to cycle through (colors, linestyles, whatever other properties). axes.nth-child(0) { color: blue } axes.nth-child(1) { color: green } vs. axe

Re: [Matplotlib-users] Black and white mode

2012-10-03 Thread Ignas Anikevicius
On 02/10/12 11:37:50 -0400, Tony Yu wrote: > [...snip...] > > The discussion that you link to talks specifically about line styles. In > the past there's been discussion of adding a linestyle cycle rc param, but > I don't think there's been progress on that front. > > [...snip...] > Just wanted

Re: [Matplotlib-users] Black and white mode

2012-10-03 Thread Benjamin Root
On Tue, Oct 2, 2012 at 11:37 AM, Tony Yu wrote: > > > On Tue, Oct 2, 2012 at 11:04 AM, Benjamin Root wrote: > >> >> >> On Tue, Oct 2, 2012 at 8:31 AM, William Furnass wrote: >> >>> Did anything ever come of the MPL black and white mode mentioned in >>> the following? I rarely want to produce co

Re: [Matplotlib-users] Black and white mode

2012-10-03 Thread Will Furnass
On Tue, 02 Oct 2012 11:37:50 -0400, Tony Yu wrote: >> On Tue, Oct 2, 2012 at 8:31 AM, William Furnass >> wrote: >> >>> Did anything ever come of the MPL black and white mode mentioned in >>> the following? I rarely want to produce colour plots and having an >>> inbuilt mechanism for cycling throu

Re: [Matplotlib-users] Black and white mode

2012-10-02 Thread Tony Yu
On Tue, Oct 2, 2012 at 11:04 AM, Benjamin Root wrote: > > > On Tue, Oct 2, 2012 at 8:31 AM, William Furnass wrote: > >> Did anything ever come of the MPL black and white mode mentioned in >> the following? I rarely want to produce colour plots and having an >> inbuilt mechanism for cycling throu

Re: [Matplotlib-users] Black and white mode

2012-10-02 Thread Benjamin Root
On Tue, Oct 2, 2012 at 8:31 AM, William Furnass wrote: > Did anything ever come of the MPL black and white mode mentioned in > the following? I rarely want to produce colour plots and having an > inbuilt mechanism for cycling through line styles that can be > activated with a keyword argument wo

[Matplotlib-users] Black and white mode

2012-10-02 Thread William Furnass
Did anything ever come of the MPL black and white mode mentioned in the following? I rarely want to produce colour plots and having an inbuilt mechanism for cycling through line styles that can be activated with a keyword argument would be very handy. http://www.mail-archive.com/matplotlib-users@