help-octave
[Top][All Lists]
Advanced

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

Re: line 0: Can't plot with an empty x range!


From: Dmitri A. Sergatskov
Subject: Re: line 0: Can't plot with an empty x range!
Date: Wed, 29 Dec 2004 13:40:05 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041127)

Joan Picanyol i Puig wrote:


I'm getting the message in the subject and can't figure out why, since



        axis([t(1), t(100), -3*median(lw(1,:)), 3*median(lw(1,:))]);

axis command does "%g" string formatting when composing range command for 
gnuplot.
It make only 5 digits precision so you end up with command sent to gnuplot
set xrange [24.99500:24.99500]
which is bad.

I am not sure if this one shall be considered a bug in axis()...

Personally, I would recommend changing x = x-x(1) in your program.

Sincerely,

Dmitri.
--




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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