# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'hsteps.1.png' set border 3 front linecolor rgb "gray" linewidth 2.000 dashtype solid set key title "narrow width" enhanced center set key fixed right top vertical Left reverse enhanced autotitle nobox set key noinvert samplen 2 spacing 1 width 0 height 0 set key maxcolumns 0 maxrows 0 offset character 2, 1 set style line 1 linecolor rgb "goldenrod" linewidth 2.000 dashtype solid pointtype 7 pointsize default set style line 2 linecolor rgb "red" linewidth 3.000 dashtype solid pointtype 2 pointsize default set style data lines unset xtics unset ytics unset ztics unset cbtics unset rtics set title offset character 0, -1.5, 0 font "" textcolor lt -1 norotate set xrange [ 0.00000 : 10.0000 ] noreverse set yrange [ -2.00000 : 13.0000 ] noreverse NO_ANIMATION = 1 ## Last datafile plotted: "$data" ## Last plot was a multiplot # saved multiplot set multiplot layout 3,2 set title offset 0,-1.5 set label 1 "baseline" at 7, first 0 offset 0,0.5 set xzeroaxis set key title "full width" plot $data using 1:2 ls 1 with hsteps title "default", $data using 1:2 ls 2 with hsteps nolink title "nolink" set key title "narrow width" plot $data using 1:2:(0.7) ls 1 with hsteps title "default", $data using 1:2:(0.7) ls 2 with hsteps nolink title "nolink" set key title "full width" plot $data using 1:2 ls 1 with hsteps pillar title "pillar", $data using 1:2 ls 2 with hsteps nolink title "nolink" set key title "narrow width" plot $data using 1:2:(0.7) ls 1 with hsteps pillar title "pillar", $data using 1:2:(0.7) ls 2 with hsteps nolink title "nolink" unset label 1 unset xzeroaxis set key title "full width" plot $data using 1:2 ls 1 with hsteps link title "link", $data using 1:2 ls 2 with hsteps nolink title "nolink" set key title "narrow width" plot $data using 1:2:(0.7) ls 1 with hsteps link title "link", $data using 1:2:(0.7) ls 2 with hsteps nolink title "nolink" unset multiplot