podrasowanie kodu + wykresy

This commit is contained in:
2016-11-03 19:02:02 +01:00
parent ad5598408d
commit 3c9b850f66
4 changed files with 10 additions and 40 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -1,7 +1,7 @@
#set terminal x11
set terminal jpeg
set xrange [0:16]
set yrange [0:6]
set xrange [0:25]
set yrange [0:10]
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:21000]
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