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,
> "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
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
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