help-octave
[Top][All Lists]
Advanced

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

Re: Different plot behavior in octave and gnuplot


From: emooshag
Subject: Re: Different plot behavior in octave and gnuplot
Date: Wed, 12 Sep 2012 13:06:40 -0700 (PDT)

Because a plot is made of segments between points.  But if you have a
single point you cannot draw a line.  To get a horizontal line at y=5 do
 plot([5,5])

Thank you Francesco, this makes sense.  I'm curious though, when making this
plot using gnuplot itself,  plot(y=5) works.  Why is this so if octave is
ultimately calling calling gnuplot?


Help-octave mailing list
Help-octave@
https://mailman.cae.wisc.edu/listinfo/help-octave





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Different-plot-behavior-in-octave-and-gnuplot-tp4644032p4644043.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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