help-octave
[Top][All Lists]
Advanced

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

XY line plot problem when using time on x-axis


From: xterjansson
Subject: XY line plot problem when using time on x-axis
Date: Wed, 1 Jun 2016 01:42:00 -0700 (PDT)

Hi,
When doing XY line plot with time on x-axis the line does not go through the
data points. When not using time on x-axis the line goes through the data
points. Does anyone know why?
Eg:
x = datenum(2015,06,01):0.05:datenum(2015,06,5);
y = x;
plot(x,y,'-o')






--
View this message in context: 
http://octave.1599824.n4.nabble.com/XY-line-plot-problem-when-using-time-on-x-axis-tp4677349.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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