[matplotlib-devel] Bug in scatter, edgecolors=None?

2008-04-17 Thread Fernando Perez
Hi all, the scatter docstring says: * faceted: if True, will use the default edgecolor for the markers. If False, will set the edgecolors to be the same as the facecolors. This kwarg is deprecated; please use the edgecolors kwarg instead: shading='flat

Re: [matplotlib-devel] Bug in scatter, edgecolors=None?

2008-04-17 Thread Eric Firing
Fernando, Thanks for the bug report. I see what the problem is. Unless someone else wants to do it (in which case please do so, but tell me you will), I can fix it within a few days at the most, and possibly later today. Eric Fernando Perez wrote: > Hi all, > > the scatter docstring says: >

Re: [matplotlib-devel] Bug in scatter, edgecolors=None?

2008-04-17 Thread Fernando Perez
On Thu, Apr 17, 2008 at 7:15 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > Fernando, > > Thanks for the bug report. I see what the problem is. Unless someone else > wants to do it (in which case please do so, but tell me you will), I can fix > it within a few days at the most, and possibly later

Re: [matplotlib-devel] Bug in scatter, edgecolors=None?

2008-04-17 Thread Christopher Ellison
Fernando Perez wrote the following on 04/17/2008 06:31 PM: > ps - for now, using the deprecated 'faceted=False' seems to still > work, so I'll go with that. I noticed this a few days ago as well...using edgecolors='None' seemed to have the same effect as faceted=False. This brings up a couple is