Skip to content

Commit 2ba9a92

Browse files
committed
mm-throughput/delay-graph: Eliminate "fsize 12" option
(no longer supported by gnuplot 5.2)
1 parent 0bee242 commit 2ba9a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/mm-delay-graph

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ set logscale y
144144
set yrange [$lower_limit:$graph_max]
145145
set ytics add ($lower_limit)
146146
set key center outside top horizontal
147-
set terminal svg size 1024,560 fixed enhanced fname 'Arial' fsize 12 solid mouse standalone name "Delay"
147+
set terminal svg size 1024,560 fixed enhanced fname 'Arial' solid mouse standalone name "Delay"
148148
set output "/dev/stdout"
149149
END
150150

scripts/mm-throughput-graph

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ set xlabel "time (s)"
196196
set ylabel "throughput (Mbits/s)"
197197
set key center outside top horizontal
198198
set style fill solid 0.2 noborder
199-
set terminal svg size 1024,560 fixed fname 'Arial' fsize 12 rounded solid mouse standalone name "Throughput"
199+
set terminal svg size 1024,560 fixed fname 'Arial' rounded solid mouse standalone name "Throughput"
200200
set output "/dev/stdout"
201201
END
202202

0 commit comments

Comments
 (0)