Re: [matplotlib-devel] Loss of filled vs. stroked distinction by Collections

2008-12-15 Thread Eric Bruning
Thanks for the fix - works for me on this afternoon's SVN. -Eric On Mon, Dec 15, 2008 at 1:27 AM, Eric Firing wrote: > Eric Bruning wrote: >> >> I think of artists as having visual properties that persist (e.g., >> filled vs. outlined, a colormap with min and max values) even as data >> associat

Re: [matplotlib-devel] Loss of filled vs. stroked distinction by Collections

2008-12-14 Thread Eric Firing
Eric Bruning wrote: > I think of artists as having visual properties that persist (e.g., > filled vs. outlined, a colormap with min and max values) even as data > associated with the artist is changed. In the edge case described > below, this doesn't seem to hold true. > > I have code that animate

[matplotlib-devel] Loss of filled vs. stroked distinction by Collections

2008-12-11 Thread Eric Bruning
I think of artists as having visual properties that persist (e.g., filled vs. outlined, a colormap with min and max values) even as data associated with the artist is changed. In the edge case described below, this doesn't seem to hold true. I have code that animates a scatter plot by sub-selectin