|
From: Armin A. <aar...@nd...> - 2008-10-14 17:05:38
|
Hi, I'm trying to plot a time series that shows data as a function of (elapsed) time. I'm using the following x-axis formatting: set xrange ["00:00:00":"60:00:00"] set xtics "0:00","6:00" set format x "%H:%M" My problem is that after 24 hours I get "00:00" instead of "24:00" in other words, the x-labelling wraps around every 24 hours rather than incrementing linearly. Question: Is there a way to force the xlabels to increment beyond 24 hours. Note: I don't want to use a different format that displays days as well, I want to keep it in the "hh:mm" formatting. Thanks, Armin -- View this message in context: http://www.nabble.com/Plotting-a-time-series-%28elapsed-time%29-with-time-values-%3E-24-hours-tp19975946p19975946.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |