# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'violin.4.png' 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" nsamp = 3000 i = 3000 y = 179.81901992101 x = 0.0 J = 0.5 ## Last datafile plotted: "$viol2" plot $viol1 using 2:(1) smooth kdensity with filledcurves above y lt 9 title 'B', $viol2 using 2:(1) smooth kdensity with filledcurves above y lt 10 title 'A'