|
From: <br...@ph...> - 2006-10-10 18:02:34
|
Nibbler wrote: > Hi. > > I would like to set date/time in the x-range. > My date/time is like this: 2006-10-05 10:30:05. > How I should set timefmt so the gnuplot would understand the the time > format? Such that it matches your actual data, of course! > set timefmt "%Y/%m/%d\t%H:%M:%S" This rather obviously doesn't. What made you put / in your format, whereas your data clearly has '-'? |