> lg=legend(...)
> lg.get_frame().set_linewidth(0.1)
>
> > Also, if there is a way of creating the legend without the border at
> > all, I would be happy to hear about it.
>
> Does setting the line width to zero do what you want?
Works like a charm. Thanks!
YVES
-
"yves frederix" <[EMAIL PROTECTED]>
writes:
> I was wondering if it is possible to change the line width of the
> border around a legend.
Yes, e.g.
lg=legend(...)
lg.get_frame().set_linewidth(0.1)
> Also, if there is a way of creating the legend without the border at
> all, I would be happy to
Hi all,
I was wondering if it is possible to change the line width of the
border around a legend. For a standard sized figure the default value
is ok, but when creating the figures directly at the correct size for
use in a document (=smaller), the lines are too wide. Also, if there
is a way of cre