File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ set logscale y
144144set yrange [$lower_limit :$graph_max ]
145145set ytics add ($lower_limit )
146146set 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"
148148set output "/dev/stdout"
149149END
150150
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ set xlabel "time (s)"
196196set ylabel "throughput (Mbits/s)"
197197set key center outside top horizontal
198198set 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"
200200set output "/dev/stdout"
201201END
202202
You can’t perform that action at this time.
0 commit comments