]> AND Private Git Repository - presentation_reservoir.git/blob - speedup.plot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ajout 1er speedup
[presentation_reservoir.git] / speedup.plot
1 # Analysis description 
2 set encoding iso_8859_1
3 set terminal x11
4 set size 1,0.5
5 set term postscript enhanced portrait "Helvetica" 12
6
7 set ylabel "speed up" 
8 set xlabel "nb. of cores" 
9 #set key on outside left bmargin
10 plot 'speedup.txt' using 1:3  t "practice"     with linespoints lt 1 lw 2 lc 1 ps 0 pt 1,\
11  'speedup.txt' using 1:4  t "ideal"     with linespoints lt 2 lw 2 lc 2 ps 0 pt 2