help-octave
[Top][All Lists]
Advanced

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

Re: Plot styles 'L' and '^'?


From: John W. Eaton
Subject: Re: Plot styles 'L' and '^'?
Date: Tue, 21 Oct 2008 10:46:45 -0400

On 21-Oct-2008, Christoph Dalitz wrote:

| Am Mon, 20 Oct 2008 15:42:28 +0200
| schrieb "Michael Goffioul" <address@hidden>:
| >
| > Use "stem" or "stairs" to get the same results.
| > See "help stem" and "help stairs".
| > 
| stem() does not work in connection with legend().
| 
| Is there any reason why the linestyles '^' (gnuplots "with impulses")
| and 'L' (gnuplot "with steps") have been dropped in plot?

Yes, because now we have stem and stairs, and it is easier to only
support one way of doing this rather than also having
Matlab-incompatible options in the plot function.  Yes, we know there
are problems with plotting.  We could use more help in implementing
missing features and fixing bugs.

jwe


reply via email to

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