Skip to content

Commit 1c22e1e

Browse files
committed
pthread_array_sum plot: increase title font
1 parent d52b7e6 commit 1c22e1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

posix/interactive/pthread_array_sum.gnuplot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ set terminal png size 1024, 1024
33
set style data linespoints
44
set key autotitle columnhead
55
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
611
set title "Array sum time elapsed in function of threads"
712
set xlabel "threads"
813
set ylabel "time (s)"

0 commit comments

Comments
 (0)