Hello,
legends outside axes display only line without markers.
Somebody forgot to unset clipping.
Bye
Jozef Vesely
--- matplotlib-0.98.3.orig/lib/matplotlib/legend.py 2008-08-03
20:15:03.000000000 +0200
+++ matplotlib-0.98.3/lib/matplotlib/legend.py 2008-11-15 13:41:09.000000000
+0100
@@ -270,6 +270,8 @@
legline_marker.update_from(handle)
legline_marker.set_linestyle('None')
self._set_artist_props(legline_marker)
+ legline_marker.set_clip_box(None)
+ legline_marker.set_clip_path(None)
# we don't want to add this to the return list because
# the texts and handles are assumed to be in one-to-one
# correpondence.
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel