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()
> >
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
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