I just noticed that there IS a public method.
You may use

leg.draw_frame(False)

-JJ


On Fri, Oct 2, 2009 at 2:45 PM, Jae-Joon Lee <lee.j.j...@gmail.com> wrote:
> While it is not possible to toggle the box off during the
> initialization, you can turn it off after the legend is created.
>
> leg = legend()
> leg._drawFrame=False
>
> public methods and initialization option will be added in the future release.
>
> Regards,
>
> -JJ
>
>
>
> On Fri, Oct 2, 2009 at 2:02 PM, David Warde-Farley <d...@cs.toronto.edu> 
> wrote:
>> Hmm, that's odd, I still haven't seen my question go up.
>>
>> I suppose I will re-ask it, then: turning the border off of the
>> legend. Is there an easy way, like MATLAB's legend('boxoff')?
>>
>> David
>>
>>
>> Begin forwarded message:
>>
>>> Is there a simple way to turn off the border of an inset legend?
>>>
>>> Regards,
>>>
>>> David
>>
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
>> http://p.sf.net/sfu/devconf
>> _______________________________________________
>> Matplotlib-users mailing list
>> Matplotlib-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to