help-octave
[Top][All Lists]
Advanced

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

Re: XY line plot problem when using time on x-axis


From: Doug Stewart
Subject: Re: XY line plot problem when using time on x-axis
Date: Wed, 1 Jun 2016 08:32:54 -0400



On Wed, Jun 1, 2016 at 4:42 AM, xterjansson <address@hidden> wrote:
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')






See what graphics drivers you have
 available_graphics_toolkits

try each one and report back

graphics_toolkit('fltk')
graphics_toolkit('gnuplot')
graphics_toolkit('qt')


Which ones work and which ones fail.

--
DAS


reply via email to

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