sprawko
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 29 KiB |
@@ -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
|
||||
@@ -1,15 +1,25 @@
|
||||
1 13230 1.0
|
||||
2 6706 1.9729
|
||||
3 4462 2.965
|
||||
4 3344 3.9563
|
||||
5 2690 4.9182
|
||||
6 2271 5.8256
|
||||
7 2689 4.92
|
||||
8 2529 5.2313
|
||||
9 2459 5.3802
|
||||
10 2358 5.6107
|
||||
11 2348 5.6346
|
||||
12 2257 5.8618
|
||||
13 2351 5.6274
|
||||
14 2327 5.6854
|
||||
15 2310 5.7273
|
||||
1 2800 1.0
|
||||
2 1433 1.9539
|
||||
3 961 2.9136
|
||||
4 724 3.8674
|
||||
5 646 4.3344
|
||||
6 516 5.4264
|
||||
7 604 4.6358
|
||||
8 464 6.0345
|
||||
9 397 7.0529
|
||||
10 415 6.747
|
||||
11 386 7.2539
|
||||
12 364 7.6923
|
||||
13 382 7.3298
|
||||
14 253 11.0672
|
||||
15 279 10.0358
|
||||
16 271 10.3321
|
||||
17 278 10.0719
|
||||
18 235 11.9149
|
||||
19 266 10.5263
|
||||
20 229 12.2271
|
||||
21 212 13.2075
|
||||
22 226 12.3894
|
||||
23 248 11.2903
|
||||
24 190 14.7368
|
||||
25 347 8.0692
|
||||
|
||||
Reference in New Issue
Block a user