# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "timedat_3" jsdir "." # set output 'timedat.3.js' set format x "%tH:%tM:%tS" timedate set format x2 "%D\n%R" timedate set yzeroaxis set xtics norangelimit autofreq font ",8" unset ytics set ztics norangelimit autofreq font ",8" set x2tics border in scale 1,0.5 nomirror norotate autojustify set x2tics norangelimit autofreq font ",8" set cbtics norangelimit autofreq font ",8" set rtics norangelimit autofreq font ",8" set title "Date format (top) vs Time format (bottom)" set title font ":Bold,14" norotate set xrange [ -7000.00 : 3000.00 ] noreverse nowriteback set x2range [ -7000.00 : 3000.00 ] noreverse nowriteback set link x2 set bmargin at screen 0.3 set tmargin at screen 0.6 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 x notitle