hi all,

following my last post, i found what seems to me to be a bug in the legend
handling of scatter plots. suppose i have:

scatter([1,2,3],[1,2,3], label="_nolegend_")

i then want to color some subset of these points in a different color, or
plot them using a different marker size, etc. so i do:

scatter([1],[1],c='r')

then if i do:

legend('my point', numpoints=1)

the legend is still displayed with 3 points... even if i directly set
rcParams['legend.numpoints'] = 1, it still behaves this way. any idea how to
fix this?

thank you
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to