Version: matplotlib 0.98.3

I get no markers inside of the figure legend (using figlegend).  Using "legend" 
shows the markers.

Try the following:

from pylab import *
lines = plot([1, 2, 3, 4], [2, 4, 7, 8], 'ro')
legend(lines, ["foo"])
figlegend(lines, ["foo"], "upper right")
show()

If I use 'r-' for the marker instead of 'ro', the figlegend() output matches 
the legend() output.

I believe this worked okay in version 0.82.

Great package.  Thanks to the developers.

Rick

p.s. I did not file a bug on this.  I would guess one may already exist, but a 
quick query of the mailing lists did not show anything that was obviously a 
similar posting.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to