[matplotlib-devel] A suggestion about legend defaults

2006-09-09 Thread Fernando Perez
Hi all, I have a suggestion to make regarding the default results for legends when plots have both lines and markers. Consider the following plot commands: plot(range(10),marker='o',linestyle='-',markerfacecolor='r',label='data') legend() I've attached a small png of what I get on my system,

Re: [matplotlib-devel] A suggestion about legend defaults

2006-09-09 Thread John Hunter
> "Fernando" == Fernando Perez <[EMAIL PROTECTED]> writes: Fernando> What I think could be improved in the default behavior Fernando> is the legend. I'm sure there's a way to get the result Fernando> even today Indeed legend(numpoints=2) or set your rc setting legend.numpo

Re: [matplotlib-devel] A suggestion about legend defaults

2006-09-09 Thread Fernando Perez
On 9/9/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Fernando" == Fernando Perez <[EMAIL PROTECTED]> writes: > > Fernando> What I think could be improved in the default behavior > Fernando> is the legend. I'm sure there's a way to get the result > Fernando> even today > > Indeed

Re: [matplotlib-devel] A suggestion about legend defaults

2006-09-09 Thread Gael Varoquaux
On Sat, Sep 09, 2006 at 10:40:47AM -0600, Fernando Perez wrote: > On 9/9/06, John Hunter <[EMAIL PROTECTED]> wrote: > > > "Fernando" == Fernando Perez <[EMAIL PROTECTED]> writes: > > Fernando> What I think could be improved in the default behavior > > Fernando> is the legend. I'm sure