Re: [Matplotlib-users] Legend: Space between text and upper bo

2006-07-14 Thread Marquardt, Colin
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

Re: [Matplotlib-users] Legend: Space between text and upper bo

2006-07-13 Thread Till Wagner
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-', >