################################################################################################################ # # ################################################################################################################ clear set encoding iso_8859_1 set autoscale # scale axes automatically unset log # remove any log-scaling unset label # remove any previous labels set xtic auto # set xtics automatically set ytic auto # set ytics automatically set term postscript eps color lw 1.0 "Helvetica" 22 enhanced set output "fcrand.ps" set xlabel "Occurrence" set ylabel "Pourcentage" set key bottom right inside set key width 0. vertical maxrows 5 set key spacing 1.3 set key font ",16" #set logscale xy set xr [0:20] set yr [0:20] set xtics 0,2,20 mirror set ytics 0,2,20 mirror set format x "%2.0f" set format y "%.0f%%" set tics in set mxtics 5 set mytics 5 set pointsize 0.6 set size ratio 0.9 set angles degrees # set xtics add('0' 0) plot "outfile0" every 1 using 1:2 title 'Nb tirages = 10^2' with line ls 1 lt rgb "royalblue" lw 5.5,\ "outfile" every 1 using 1:2 title 'Nb tirages = 10^6' with line ls 1 lt rgb "red lw 5.5 # "tirage0" every 1 using 1:2 title 'Nb tirages = 10^2' with line ls 1 dt 2 lt rgb "black" lw 5.5,\ # "tirage1" every 1 using 1:2 title 'Nb tirages = 10^5' with line ls 1 dt 3 lt rgb "red" lw 5.5,\ # "tirage2" every 1 using 1:2 title 'Nb tirages = 10^6' with lp pt 6 ps 2 lt rgb "blue" lw 2.5,\ # "rand_10M" every 1 using 1:2 title 'Nb tirages = 10^7' with points pt 6 ps 2.5 lt rgb "dark-green" lw 3.0