# set terminal svg size 600,400 dynamic enhanced font 'arial,10' mousing name "hsteps_2" butt dashlength 1.0 
# set output 'hsteps.2.svg'
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
unset key
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 "backward" 
set title  offset character 0, -1.5, 0 font "" textcolor lt -1 norotate
set trange [ * : * ] noreverse nowriteback
set urange [ * : * ] noreverse nowriteback
set vrange [ * : * ] noreverse nowriteback
set xrange [ 0.00000 : 7.00000 ] noreverse nowriteback
set x2range [ * : * ] noreverse writeback
set yrange [ -2.00000 : 13.0000 ] noreverse nowriteback
set y2range [ * : * ] noreverse writeback
set zrange [ * : * ] noreverse writeback
set cbrange [ * : * ] noreverse writeback
set rrange [ * : * ] noreverse writeback
set colorbox vertical origin screen 0.9, 0.2 size screen 0.05, 0.6 front  noinvert bdefault
NO_ANIMATION = 1
## Last datafile plotted: "$data"
## Last plot was a multiplot
# saved multiplot
set multiplot layout 3,3 columnsfirst offset 0,0 scale 1.1,1.1
set title "full width"
plot $data using 1:2 ls 1 with hsteps,        $data using 1:2 with points pt 7 ps 1 lc black
set title "width 0.8"
plot $data using 1:2:(0.8) ls 1 with hsteps,        $data using 1:2 with points pt 7 ps 1 lc black
set title "width 0.4"
plot $data using 1:2:(0.4) ls 1 with hsteps,        $data using 1:2 with points pt 7 ps 1 lc black
set title "forward"
plot $data using 1:2 ls 1 with hsteps forward,        $data using 1:2 with points pt 7 ps 1 lc black
set title "forward"
plot $data using 1:2:(0.8) ls 1 with hsteps forward,        $data using 1:2 with points pt 7 ps 1 lc black
set title "forward"
plot $data using 1:2:(0.4) ls 1 with hsteps forward,        $data using 1:2 with points pt 7 ps 1 lc black
set title "backward"
plot $data using 1:2 ls 1 with hsteps backward,        $data using 1:2 with points pt 7 ps 1 lc black
set title "backward"
plot $data using 1:2:(0.8) ls 1 with hsteps backward,        $data using 1:2 with points pt 7 ps 1 lc black
set title "backward"
plot $data using 1:2:(0.4) ls 1 with hsteps backward,        $data using 1:2 with points pt 7 ps 1 lc black
unset multiplot