Re: [Matplotlib-users] problems with numpoints in legend

2009-07-11 Thread Oliver Tomic
otlib-users@lists.sourceforge.net > > Date: > > 11.07.2009 16:47 > > Subject: > > Re: [Matplotlib-users] problems with numpoints in legend > > The number of points in scatter plot has other keyword argument > (scatterpoints). This is true for svn vers

Re: [Matplotlib-users] problems with numpoints in legend

2009-07-11 Thread Jae-Joon Lee
The number of points in scatter plot has other keyword argument (scatterpoints). This is true for svn version, but I'm not quite sure if it is also true for 0.98.5.2. Anyhow, the documentation still needs to be updated. Regards, -JJ On Sat, Jul 11, 2009 at 9:46 AM, John Hunter wrote: > On Mon,

Re: [Matplotlib-users] problems with numpoints in legend

2009-07-11 Thread John Hunter
On Mon, Jul 6, 2009 at 6:06 AM, Oliver Tomic wrote: > Hi, > > Windows XP > Python 2.5.2 > matplotlib 0.98.5.2 > > I try to use numpoints for a legend my plot, but without luck. I always end > up having three points in the legend despite setting numpoints=1 (see below > towards the end of the code).

[Matplotlib-users] problems with numpoints in legend

2009-07-06 Thread Oliver Tomic
Hi, Windows XP Python 2.5.2 matplotlib 0.98.5.2 I try to use numpoints for a legend my plot, but without luck. I always end up having three points in the legend despite setting numpoints=1 (see below towards the end of the code). Things work nicely though in a much simpler script. Help is grea