|
From: Thomas S. <t.s...@fz...> - 2011-09-13 18:19:56
|
Mikhail Kononets <mkononets <at> gmail.com> writes: > i am trying to use week number in timefmt specification, e.g. > set timefmt "%Y%U" > plot "2008-weekly-medianed.txt using 1:2 w lp > and receiving many lines like that: > 2008-weekly-medianed.txt:11: warning: Bad time format in string > 200839 +3.408884e+002 > is it possible to do it as it is described in the manual? for now i have > to use %Y-%m-%d specification unstead? "%U" is only valid for "set format" not for "set timefmt". see chapters 75.23.3 and 75.70 in the manual. |