On Thu, Aug 5, 2010 at 4:48 PM, Jorge Scandaliaris
<jorgesmbox...@yahoo.es> wrote:
> BTW, I think I've found another thing
> related to legend() and scatter plots: the 'numpoints' keyword argument to
> legend is not respected, as showed in the example pasted below,
>
> Jorge

In recent versions, there is a separate parameter : scatterpoints. So
check your document.

 ax.legend(sc, labels, scatterpoints=1)

Regards,

-JJ

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to