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
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
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
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
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
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
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@