|
From:
<br...@ph...> - 2006-05-18 16:36:10
|
Ethan Merritt wrote: > %%%%%%% How to handle time data on axes? %%%%%%%%%%%%%%%%%% > > Terminal type set to 'wxt' > gnuplot> load 'timedat.dem' > Hit return to continue > gnuplot> show xrange > > set xdata time > set xrange [ "01/06/93\t0000" : "01/11/93\t0000" ] noreverse nowriteback > > gnuplot> print GPVAL_X_MIN > -207792000.0 > gnuplot> print GPVAL_X_MAX > -194572800.0 That's to be expected. Time internally is kept in seconds since the millenium. I.e. there's nothing wrong with the above. |