help-octave
[Top][All Lists]
Advanced

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

Re: Information on porting graphing scripts between 2.1.x and 2.9/3.0 ?


From: John W. Eaton
Subject: Re: Information on porting graphing scripts between 2.1.x and 2.9/3.0 ?
Date: Wed, 15 Aug 2007 00:21:25 -0400

On 14-Aug-2007, Henry F. Mollet wrote:

| If I understand correctly, this implies that
| plot(1:10,"L") at octave prompt should work with gnuplot 4.2 instead of
| gnuplot 4.0? . 
| It does not work when using octave-2.9.13/gnuplot-4.2 but it works when
| using Octave-2.1.71/gnuplot-4.0 (see below).
| 
| According to Michael
| >"Plotting system has been made compatible with Matlab. So if you want a
| >impulse or step plot, use "stem" or "stair" respectively. This is how you 
would
| >do it in Matlab."
| 
| But "stair" (aka steps plot style) did not work for me.

Did you try

  stairs (1:10)

?

jwe


reply via email to

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