# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "violinplot_2" jsdir "." # set output 'violinplot.2.js' set border 2 front lt black linewidth 1.000 dashtype solid unset key set xtics border in scale 0,0 nomirror norotate autojustify set xtics norangelimit set xtics ("A" 34.0000, "B" 35.0000) set ytics border in scale 1,0.5 nomirror norotate autojustify set ytics rangelimit autofreq set title "Gaussian random jitter" set title font ",15" norotate set xrange [ 33.0000 : 36.0000 ] noreverse nowriteback nsamp = 3000 i = 3001 y = 179.81901992101 x = 0.0 J = 0.1 ## Last datafile plotted: "$viol2" plot $viol1 using ($1 + J*invnorm(rand(0))):2 lt 9, $viol2 using ($1 + J*invnorm(rand(0))):2 lt 10