Re: [Matplotlib-users] Scatter legend doesn't show markers

2008-02-23 Thread Manuel Metz
Erik Tollerud wrote: I use the scatter(x,y) command to make scatter plots, but I noticed today (on the SVN version of mpl) that when I call legend() after giving scatter(x,y,label='somelabel') , the legend doesn't show the marker symbols - it only has a square patch colored in the color that

[Matplotlib-users] Scatter legend doesn't show markers

2008-02-22 Thread Erik Tollerud
I use the scatter(x,y) command to make scatter plots, but I noticed today (on the SVN version of mpl) that when I call legend() after giving scatter(x,y,label='somelabel') , the legend doesn't show the marker symbols - it only has a square patch colored in the color that was used for the scatter