help-octave
[Top][All Lists]
Advanced

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

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


From: Michael Goffioul
Subject: Re: Plot styles 'L' and '^'?
Date: Mon, 20 Oct 2008 15:42:28 +0200

Use "stem" or "stairs" to get the same results.
See "help stem" and "help stairs".

Michael.


On Mon, Oct 20, 2008 at 2:22 PM, Christoph Dalitz
<address@hidden> wrote:
> Hallo,
>
> after switching from Octave 2.1 to 2.9 (as shipped with Ubuntu), I am
> running into the following problems with the "plot" command:
>
>  1) the command
>        plot(x,y,"^;legend text;");
>    is accepted, but does not use impulses style, but point style.
>
>  2) the command
>        plot(x,y,"^;legend text;");
>    yields the error:
>        error: plot: properties must appear followed by a value
>
> It seems that the steps style is no longer supported at all, and
> the impulses style is wrongly interpreted, even though the documentation
> mentions both options.
>
> Is this a bug or a feature?
>
> PS:
> I know that I could use stem() and stairs(), but these have their own
> issues (see my second mail).
>
> Thanks,
>
> Christoph
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>


reply via email to

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