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: Mario Baussmann
Subject: Re: steps plot style with octave2.9.13 and gnuplot4.2
Date: Fri, 07 Sep 2007 13:52:09 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

thanks a lot, that works fine!
Mario

Michael Goffioul schrieb:
plot(1:10,1:10,"L") -> works fine with 2.1.73, but not with 2.9.13

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]