X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/presentation_reservoir.git/blobdiff_plain/f57ef2ff814ac1dd73f49a26f6aab3abc6ef0523..HEAD:/speedup.plot?ds=inline diff --git a/speedup.plot b/speedup.plot index 12ee462..6ffac44 100644 --- a/speedup.plot +++ b/speedup.plot @@ -7,5 +7,6 @@ set term postscript enhanced portrait "Helvetica" 12 set ylabel "speed up" set xlabel "nb. of cores" #set key on outside left bmargin -plot 'speedup.txt' using 1:3 t "practice" with linespoints lt 1 lw 2 lc 1 ps 0 pt 1,\ - 'speedup.txt' using 1:4 t "ideal" with linespoints lt 2 lw 2 lc 2 ps 0 pt 2 +plot 'speedup.txt' using 1:3 t "1000 reservoirs 2 neurons" with linespoints lt 1 lw 2 lc 1 ps 0 pt 1,\ + 'speedup.txt' using 1:4 t "ideal" with linespoints lt 1 lw 2 lc 2 ps 0 pt 1 ,\ + 'speedup.txt' using 1:6 t "1 reservoir 2000 neurons" with linespoints lt 1 lw 2 lc 3 ps 0 pt 1