|
From: | Doug Stewart |
Subject: | Re: XY line plot problem when using time on x-axis |
Date: | Wed, 1 Jun 2016 08:32:54 -0400 |
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')
[Prev in Thread] | Current Thread | [Next in Thread] |