# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "datastrings_4" jsdir "." # set output 'datastrings.4.js' set boxwidth 0.3 absolute set style fill solid 1.00 border lt -1 set grid nopolar set grid noxtics nomxtics ytics nomytics noztics nomztics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault lt 0 linewidth 0.500, lt 0 linewidth 0.500 set key fixed right top vertical Right noreverse enhanced autotitle columnhead nobox set pointsize 2 set xtics border in scale 0,0 mirror norotate autojustify set xtics norangelimit set xtics () set ytics border in scale 0,0 mirror norotate autojustify set ztics border in scale 0,0 nomirror norotate autojustify set cbtics border in scale 0,0 mirror norotate autojustify set rtics axis in scale 0,0 nomirror norotate autojustify set title "Plot from table format (titles taken from column headers)" set xrange [ -0.500000 : 11.5000 ] noreverse nowriteback set ylabel "mm" set yrange [ 0.00000 : 180.000 ] noreverse nowriteback set bmargin 3 x = 0.0 ## Last datafile plotted: "table.dat" plot 'table.dat' using ($0-0.2):2 title column(2) with boxes, '' using ($0+0.2):3 title column(3) with boxes, '' using ($0):4 title column(4) with linespoints, '' using ($0):5:xtic(1) title column(5) with linespoints