We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec6412 commit 7253dd7Copy full SHA for 7253dd7
posix/interactive/pthread_array_sum.gnuplot
@@ -1,14 +1,10 @@
1
#!/usr/bin/env gnuplot
2
-set terminal png size 1024, 1024
+set terminal png size 600, 600
3
set style data linespoints
4
set key autotitle columnhead
5
set output 'pthread_array_sum.png'
6
-set title font ",20"
7
-set xlabel font ",16"
8
-set ylabel font ",16"
9
-set lmargin 12
10
-set bmargin 4
11
-set title "Array sum time elapsed in function of threads"
+set title font ",16"
+set title "Array sum time elapsed / N threads"
12
set xlabel "threads"
13
set ylabel "time (s)"
14
plot 'pthread_array_sum.dat' using 1:2 notitle
0 commit comments