Re: [matplotlib-devel] legend marker clipping

2008-11-15 Thread John Hunter
On Sat, Nov 15, 2008 at 6:50 AM, Jozef Vesely <[EMAIL PROTECTED]> wrote: > legends outside axes display only line without markers. > Somebody forgot to unset clipping. It appears Eric already fixed this in svn: r6127 | efiring | 2008-09-27 19:44:08 -0500 (Sat, 27 Sep 2008) | 4 lines Enhance

[matplotlib-devel] legend marker clipping

2008-11-15 Thread Jozef Vesely
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.0 +0200 +++ matplotlib-0.98.3/lib/matplotlib/legend.py 2008-11-15 13:41:09.0 +0100 @@