# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "violinplot_3" jsdir "." # set output 'violinplot.3.js' set border 3 front lt black linewidth 1.000 dashtype solid set style data filledcurves set xtics border in scale 0,0 nomirror norotate autojustify set xtics norangelimit 0.00000,50,500.000 unset ytics set title "Same data - kernel density" set title font ",15" norotate set lmargin at screen 0.15 set bmargin at screen 0.15 set rmargin at screen 0.85 set tmargin at screen 0.85 nsamp = 3000 i = 3001 y = 179.81901992101 x = 0.0 J = 0.1 ## Last datafile plotted: "$viol2" plot $viol1 using 2:(1) smooth kdensity bandwidth 10. with filledcurves above y lt 9 title 'B', $viol2 using 2:(1) smooth kdensity bandwidth 10. with filledcurves above y lt 10 title 'A'