help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: errorbar and legend entries


From: Ben Abbott
Subject: Re: errorbar and legend entries
Date: Tue, 21 Jun 2011 09:03:46 -0400

On Jun 21, 2011, at 8:54 AM, Julien Salort wrote:

> Hello,
> 
> Is there a reason why :
> plot(1:10,"bo;blah;");
> generates a plot with a legend "blah"
> but
> errorbar(1:10,1:10,1:10,"~;blah;");
> does not ?
> 
> Is there a way to work this around ?
> Is there another standard way to do this ?
> 
> Thanks,

octave:1> errorbar (1:10,1:10,1:10)
octave:2> legend ("blah")

The above works for me.

Even so, it looks like a bug to me. Perhaps an entry should be made to the bug 
tracker.

        https://savannah.gnu.org/bugs/?group=octave

Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]