Title: Re: [Matplotlib-users] Legend: Space between text and upper bo
Till Wagner <[EMAIL PROTECTED]> writes:
> leg.draw_frame(False) might be an option, but I use
> self.axes.grid(True) and when the legend has no
> borders, the grid is shown through the text and mak
Hi Benoit,
leg.draw_frame(False) might be an option, but I use
self.axes.grid(True) and when the legend has no
borders, the grid is shown through the text and makes
ist nearly unredable.
-- Till Wagner
> why don't you try to remove the legend frame?
>> self.axes.plot(x_value, y_value, 'k-',
>