# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'violinplot.2.png' 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" textcolor lt -1 norotate set xrange [ 33.0000 : 36.0000 ] noreverse NO_ANIMATION = 1 nsamp = 3000 y = 179.81901992101 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