# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "timedat_2" jsdir "." # set output 'timedat.2.js' set ydata time set format y "% h" timedate set timefmt "%s" unset key set offsets 0.5, 1.5, 0.2, 0.2 set xtics norangelimit set xtics () set ytics norangelimit set ytics () set title "Time data on Y, millisecond precision" set title font ",14" norotate fulltime(col) = strftime("%d %b %Y\n%H:%M:%.3S",column(col)) parttime(col) = strftime("%H:%M:%.3S",column(col)) x = 0.0 GPFUN_fulltime = "fulltime(col) = strftime(\"%d %b %Y\\n%H:%M:%.3S\",column(col))" GPFUN_parttime = "parttime(col) = strftime(\"%H:%M:%.3S\",column(col))" ## Last datafile plotted: "-" plot '-' using 0:1:(fulltime(1)):xticlabels(2):yticlabels(parttime(1)) with labels point pt 7 left offset 1,1 font ",7"