# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'jitter.5.png' set border 2 front lt black linewidth 1.000 dashtype solid set xtics border in scale 0,0 nomirror norotate autojustify set xtics norangelimit set xtics ("A" -1.00000, "B" 0.00000, "C" 1.00000) set ytics border in scale 1,0.5 nomirror norotate autojustify set ytics rangelimit autofreq set title "square" set xrange [ -1.50000 : 1.40000 ] noreverse set jitter overlap 0.5 spread 1 wrap 0 square NO_ANIMATION = 1 nsamp = 160 ## Last datafile plotted: "$random" ## Last plot was a multiplot # saved multiplot set multiplot layout 1,2 title "Jitter style options" set jitter over 0.5 swarm set title "swarm (default)" plot $random using (int($1)%20):2:(10+int($1)) notitle pt 7 ps 1 lc var set jitter over 0.5 square set title "square" plot $random using (int($1)%20):2:(10+int($1)) notitle pt 7 ps 1 lc var unset multiplot