# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'violinplot.3.png' set border 3 front lt black linewidth 1.000 dashtype solid set style data filledcurves below 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" textcolor lt -1 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 NO_ANIMATION = 1 nsamp = 3000 y = 179.81901992101 J = 0.1 ## Last datafile plotted: "$viol2" plot $viol1 using 2:(1) smooth kdensity bandwidth 10. with filledcurves above x1 lt 9 title 'B', $viol2 using 2:(1) smooth kdensity bandwidth 10. with filledcurves above x1 lt 10 title 'A'