Re: [matplotlib-devel] Plot line style cycle?

2011-08-26 Thread Benjamin Root
Just brain-storming here... What about two rcparams: cycle.color = true and cycle.style = false? This way, cycling for both colors and line styles could be turned on and off accordingly. Then, a b&w mode could utilize this. as well as possibly substitute default values. Ben Root On Thursday, Au

[matplotlib-devel] graphics context: use alpha value from foreground color if present

2011-08-26 Thread Michiel de Hoon
Dear all, I am currently modifying the MacOSX backend to make its interactive/non-interactive behavior consistent with the other backends in matplotlib. When I was testing the backend, I found a new bug that seems to be related to a recent change in backend_bases.py: https://github.com/matplot

Re: [matplotlib-devel] graphics context: use alpha value from foreground color if present

2011-08-26 Thread Eric Firing
On 08/26/2011 06:23 AM, Michiel de Hoon wrote: > Dear all, > > I am currently modifying the MacOSX backend to make its > interactive/non-interactive behavior consistent with the other backends in > matplotlib. > When I was testing the backend, I found a new bug that seems to be related to > a re

Re: [matplotlib-devel] graphics context: use alpha value from foreground color if present

2011-08-26 Thread Eric Firing
On 08/26/2011 06:23 AM, Michiel de Hoon wrote: > Dear all, > > I am currently modifying the MacOSX backend to make its > interactive/non-interactive behavior consistent with the other backends in > matplotlib. > When I was testing the backend, I found a new bug that seems to be related to > a re

Re: [matplotlib-devel] graphics context: use alpha value from foreground color if present

2011-08-26 Thread Michiel de Hoon
Thanks! That solves the problem for me. Once these changes have made it into trunk, I can commit my changes to the MacOSX backend. Thanks, --Michiel --- On Fri, 8/26/11, Eric Firing wrote: > From: Eric Firing > Subject: Re: [matplotlib-devel] graphics context: use alpha value from > foregrou

Re: [matplotlib-devel] graphics context: use alpha value from foreground color if present

2011-08-26 Thread Eric Firing
On 08/26/2011 08:21 PM, Michiel de Hoon wrote: > Thanks! That solves the problem for me. > Once these changes have made it into trunk, I can commit my changes to the > MacOSX backend. Done--I hit the merge button. Eric > > Thanks, > --Michiel > > --- On Fri, 8/26/11, Eric Firing wrote: > >> Fr