|
From: Theo <th...@gm...> - 2013-03-11 09:04:37
|
Hi Lars,
does the following work for you?
set xdata time
set format x "%H:%M"
set xrange [ time(0) - 86400 : time(0) ] # 86400 sec = 1 day
set label 1 strftime("%T",time(0)) at screen 0.5,0.5 # show the
current time
Theo.
|