# set terminal svg size 600,400 dynamic enhanced font 'arial,10' mousing name "watchpoints_1" butt dashlength 1.0 
# set output 'watchpoints.1.svg'
set border 31 front lt black linewidth 1.200 dashtype solid
set key title "   " enhanced   center
set key fixed left top vertical Left reverse enhanced autotitle nobox
set object  1 rect from 50.6430, 0.250000 to graph 2, -2
set object  1 back clip lw 1.0  dashtype solid fc  bgnd fillstyle  empty border rgb "red" 
set object  2 rect from 63.6472, 0.500000 to graph 2, -2
set object  2 back clip lw 1.0  dashtype solid fc  bgnd fillstyle  empty border rgb "blue" 
set object  3 rect from 68.2883, 0.750000 to graph 2, -2
set object  3 back clip lw 1.0  dashtype solid fc  bgnd fillstyle  empty border rgb "forest-green" 
set style data lines
set xtics border in scale 1,0.5 nomirror norotate  autojustify
set ytics border in scale 1,0.5 nomirror norotate  autojustify
set y2tics border in scale 1,0.5 nomirror norotate  autojustify
set y2tics  norangelimit 0.25 
set cbtics border in scale 1,0.5 nomirror norotate  autojustify
set title "Use watchpoints to find threshold values on a smoothed curve" 
set trange [ * : * ] noreverse nowriteback
set urange [ * : * ] noreverse nowriteback
set vrange [ * : * ] noreverse nowriteback
set xrange [ * : * ] noreverse writeback
set x2range [ * : * ] noreverse writeback
set yrange [ * : * ] noreverse writeback
set y2range [ * : * ] noreverse writeback
set zrange [ * : * ] noreverse writeback
set cbrange [ * : * ] noreverse writeback
set rrange [ * : * ] noreverse writeback
set link y2 
set colorbox vertical origin screen 0.9, 0.2 size screen 0.05, 0.6 front  noinvert bdefault
VERSION = "gnuplot version 6.0.3"
NO_ANIMATION = 1
array WATCH_1[1] = [{50.6429656727398, 0.25}]
array WATCH_2[1] = [{63.647218407412, 0.5}]
array WATCH_3[1] = [{68.2882528631531, 0.75}]
## Last datafile plotted: "moli3.dat"
## Last plot was a multiplot
# saved multiplot
set multiplot
set title "Use watchpoints to find threshold values on a smoothed curve"
plot 'moli3.dat' using 0:(abs($2)*sin($0/6.)**2) smooth cnormal lt -1 lw 2      watch y=.25 watch y=.50 watch y=.75      title "plot FOO smooth cnormal\n watch y=.25 watch y=.50 watch y=.75"
set obj 1 rect from real(WATCH_1[1]), imag(WATCH_1[1]) to graph 2, graph -2
set obj 1 fs empty bo lc "red"
set obj 2 rect from real(WATCH_2[1]), imag(WATCH_2[1]) to graph 2, graph -2
set obj 2 fs empty bo lc "blue"
set obj 3 rect from real(WATCH_3[1]), imag(WATCH_3[1]) to graph 2, graph -2
set obj 3 fs empty bo lc "forest-green"
replot
unset multiplot