This commit is contained in:
2016-12-13 20:14:26 +01:00
parent 64f8aa4c0c
commit bc02154e2e
5 changed files with 70 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
#set terminal x11
set terminal jpeg
set xrange [0:16]
set yrange [0:7]
set xrange [0:26]
set yrange [0:16]
set xlabel "Liczba watkow [n]"
set ylabel "Przyspieszenie [n]"
@@ -13,7 +13,7 @@ plot \
set out "czas.jpg"
set ylabel "Czas obliczen [ms]"
set yrange [0:16000]
set yrange [0:4000]
plot \
"wyniki.txt" using 1:2 with points ls 3 lc rgb "red" title "czas", \
"wyniki.txt" using 1:2 with lines ls 3 lc rgb "blue" notitle