On Thu, Jul 9, 2009 at 5:56 PM, Joseph Smidt<josephsm...@gmail.com> wrote:
> Thank you!  That did it.  I thought I read the webpage you sent 10
> times, but didn't even notice.  Thanks.
>
> On Thu, Jul 9, 2009 at 3:38 PM, Chaitanya Krishna<icym...@gmail.com> wrote:
>> Hi,
>>
>> legend.draw_frame(False) should do the trick. Check out
>> http://matplotlib.sourceforge.net/api/artist_api.html?highlight=draw_frame#matplotlib.legend.Legend.draw_frame


I often set the alpha on the frame so it is translucent, which in some
cases is preferable to turning the frame off entirely::

  leg = ax.legend(fancybox=True)
  leg.get_frame().set_alpha(0.5)

JDH

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to