help-octave
[Top][All Lists]
Advanced

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

Re: steps plot style with octave2.9.13 and gnuplot4.2


From: Michael Goffioul
Subject: Re: steps plot style with octave2.9.13 and gnuplot4.2
Date: Fri, 7 Sep 2007 13:12:59 +0200

On 9/7/07, Mario Baussmann <address@hidden> wrote:
> Hi,
> I just updated my octave from version 2.1.73 to 2.9.13 (gnuplot4.2) on 
> WindowsXP and
> get problems with the steps plot style:
>
> plot(1:10,1:10,"L") -> works fine with 2.1.73, but not with 2.9.13
>
> plot(1:10,1:10,"*") -> works fine on both versions
>
> What to do?

plotting capabilities have been made much more compatible with
Matlab in recent octave versions. So the answer is "do as you would
do in Matlab". In your case, use "stairs". You'll face a similar problem
with stem-like plots: use "stem" instead.

Michael.


reply via email to

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