|
From: Hans-Bernhard B. <HBB...@T-...> - 2013-09-25 20:26:35
|
Am 25.09.2013 19:00, schrieb Sebastien Kramm: > # week;year;value > 50;2013;10 > 51;2013;11 > 2;2014;12 > > with: > plot "datafile" using $1:$3 > then week 2 will appear *before* week 51, and what I want on the x-axis is: Well, if you decided not to tell gnuplot in any way, shape or form, that this are dates, rather than ordinary numbers, how is it supposed to know that? See "help time/date", and particularly "help timefmt". You'll have to change your input format, too. Week-of-year is not a supported date format. |