A suggestion about legend defaults

What I think could be improved in the default behavior

    > is the legend. I'm sure there's a way to get the result
    > even today

Indeed

  legend(numpoints=2)

or set your rc setting

  legend.numpoints = 2

I'll change the default rc setting to two points if noone objects.

JDH

    > What I think could be improved in the default behavior
    > is the legend. I'm sure there's a way to get the result
    > even today

Indeed

  legend(numpoints=2)

or set your rc setting

  legend.numpoints = 2

Great, thanks!

I'll change the default rc setting to two points if noone objects.

+1 from me.

Cheers,

f

···

On 9/9/06, John Hunter <jdhunter@...5...> wrote:

+1 from me to.

Gaël

···

On Sat, Sep 09, 2006 at 10:40:47AM -0600, Fernando Perez wrote:

On 9/9/06, John Hunter <jdhunter@...5...> wrote:

> > What I think could be improved in the default behavior
> > is the legend. I'm sure there's a way to get the result
> > even today

> Indeed

> legend(numpoints=2)

> or set your rc setting

> legend.numpoints = 2

Great, thanks!

> I'll change the default rc setting to two points if noone objects.

+1 from me.