|
From: Jae-Joon L. <lee...@gm...> - 2010-08-06 01:49:46
|
On Thu, Aug 5, 2010 at 4:48 PM, Jorge Scandaliaris <jor...@ya...> 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 |