Re: [Matplotlib-users] legend bg color?

2007-09-10 Thread Patrick Bradley
Hi Jose, lg = legend() lg.get_frame().set_fill(False) works for me. Let me know if this fixes it. Yours, Patrick On 9/10/07, Jose Gomez-Dans <[EMAIL PROTECTED]> wrote: > > Hi, > > On 9/5/07, Patrick Bradley <[EMAIL PROTECTED]> wrote: > > lg = legend() > >

Re: [Matplotlib-users] legend bg color?

2007-09-10 Thread Patrick Bradley
Never mind - I missed a key point in the documentation. For anyone who's wondering: lg = legend() lg.get_frame().set_facecolor('black') works fine. --Patrick On 9/5/07, Patrick Bradley <[EMAIL PROTECTED]> wrote: > > Hi all, > > Can you change the background o

[Matplotlib-users] legend bg color?

2007-09-10 Thread Patrick Bradley
Hi all, Can you change the background of the figure legends generated by matplotlib? I'd like to have some white-on-black figures for a few presentations that I'm giving, and I can change the figure and axes facecolor attributes accordingly (as well as the default text and axis label colors), but