help-octave
[Top][All Lists]
Advanced

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

Re: Octave plot on time/date x-axis


From: rmcd
Subject: Re: Octave plot on time/date x-axis
Date: Mon, 15 Sep 2008 21:48:33 -0700 (PDT)


rmcd wrote:
> 
> x=732000:732010;
> plot(x,x);
> dateaxis("x");
> ticks=get(gca(), "xtick");
> 

Just to be clear, the dateaxis command does not change the axis (probably
obvious giventhe error messages I quoted) and the get command was simply my
attempt to debug the problem. 

Thanks, and sorry for the extra post.
-- 
View this message in context: 
http://www.nabble.com/Octave-plot-on-time-date-x-axis-tp19496643p19505290.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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