# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "violinplot_4" jsdir "." # set output 'violinplot.4.js' set border 2 front lt black linewidth 1.000 dashtype solid unset key set style data filledcurves unset xtics set ytics border in scale 1,0.5 nomirror norotate autojustify set ytics rangelimit autofreq set title "kdensity mirrored sideways to give a violin plot" set title font ",15" norotate set xrange [ -1.00000 : 5.00000 ] noreverse nowriteback nsamp = 3000 i = 3001 y = 179.81901992101 x = 0.0 J = 0.1 ## Last datafile plotted: "$kdensity1" plot $kdensity2 using (1 + $2/20.):1 with filledcurve x=1 lt 10, '' using (1 - $2/20.):1 with filledcurve x=1 lt 10, $kdensity1 using (3 + $2/20.):1 with filledcurve x=3 lt 9, '' using (3 - $2/20.):1 with filledcurve x=3 lt 9