From: Jae-Joon L. <lee...@gm...> - 2009-10-02 18:55:10
|
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...@gm...> 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 <dw...@cs...> 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® 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-12, 2009. Register now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > |