[Matplotlib-users] How to remove the border around legend ?

2008-02-28 Thread darckense
Hello all, When you create a graph with a legend using legend(), is there a way to remove the black border drawn around the legend ? Thanks. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)

Re: [Matplotlib-users] How to remove the border around legend ?

2008-02-28 Thread yves frederix
On Thu, Feb 28, 2008 at 9:33 AM, darckense [EMAIL PROTECTED] wrote: Hello all, When you create a graph with a legend using legend(), is there a way to remove the black border drawn around the legend ? I asked the same question some time ago. The trick is setting the linewidth to zero:

Re: [Matplotlib-users] How to remove the border around legend ?

2008-02-28 Thread Rob Hetland
On Feb 28, 2008, at 10:23 AM, yves frederix wrote: On Thu, Feb 28, 2008 at 9:33 AM, darckense [EMAIL PROTECTED] wrote: I asked the same question some time ago. The trick is setting the linewidth to zero: from pylab import * lg = legend() lg.get_frame().set_linewidth(0) Maybe

Re: [Matplotlib-users] How to remove the border around legend ?

2008-02-28 Thread darckense
Thanks for your tip, it's work perfectly ! :-) - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/