On Thu, Jul 1, 2010 at 1:50 PM, Forest Yang <yzine0...@gmail.com> wrote:
> Hi All,
>
>  Is there any way to show the legend but without the box ? it is
> blocking the figures. Although I can set the alpha to make the legend
> transparent, still remove the box and make it transparent would be
> better.

Just as you can set the transparency of the box with

  leg.get_frame().set_alpha(0.5)

you can turn off visibility (as you can with all mpl artists)

  leg.get_frame().set_visible(False)

JDH

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to