# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'jitter.4.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 "pointsize 2.0" set xrange [ -1.50000 : 1.40000 ] noreverse set jitter overlap 0.4 spread 1 wrap 0 NO_ANIMATION = 1 nsamp = 160 ## Last datafile plotted: "$random" ## Last plot was a multiplot # saved multiplot set multiplot layout 1,3 title "Plot appearance is also affected by point size" set style data point set jitter overlap 0.4 spread 1 set title "pointsize 0.5" plot $random using (int($1)%20):2:(10+int($1)) notitle pt 7 ps 0.5 lc var set title "pointsize 1.0" plot $random using (int($1)%20):2:(10+int($1)) notitle pt 7 ps 1 lc var set title "pointsize 2.0" plot $random using (int($1)%20):2:(10+int($1)) notitle pt 7 ps 2 lc var unset multiplot