help-octave
[Top][All Lists]
Advanced

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

timescale as x-axis


From: Markus Schlösser
Subject: timescale as x-axis
Date: Fri, 26 Aug 2005 15:06:33 +0200

Hi,

i'm having problems plotting data against a time-scaled x-axis.

x=[1:1:365];
y=[1:1:365];
plot (x,y);

gives me a straight line, as expected. But continuing with

__gnuplot_set__ xdata time
replot

gives me a wired zig-zagged line across the screen.
Octave version is 2.1.71
gnuplot version is 4.0 (same as with 3.7)
Any hints?

cu
 Markus


-- 




-------------------------------------------------------------
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]