# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'jitter.7.png' set border 3 front lt black linewidth 1.000 dashtype solid set xtics border in scale 1,0.5 nomirror norotate autojustify set ytics border in scale 1,0.5 nomirror norotate autojustify set ytics norangelimit set ytics ("1.0" 1.00000) set title "Jitter style option\nvertical" set xrange [ 0.00000 : 9.00000 ] noreverse set yrange [ 0.00000 : 2.00000 ] noreverse set jitter overlap 1 spread 0.2 wrap 0 vertical NO_ANIMATION = 1 nsamp = 160 array data[34] = [1,1,1,2,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,6,7,7,8,8,8,8,8,8,8] ## Last datafile plotted: "@@" plot data using 2:(1.0) with points pt '-' font ":Bold"