summaryrefslogtreecommitdiff
path: root/bin/generate_topinfo_charts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/generate_topinfo_charts.sh')
-rwxr-xr-xbin/generate_topinfo_charts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/generate_topinfo_charts.sh b/bin/generate_topinfo_charts.sh
index 5785ceeb049..09e2f0a1f51 100755
--- a/bin/generate_topinfo_charts.sh
+++ b/bin/generate_topinfo_charts.sh
@@ -8,7 +8,7 @@ gnuplot <<_EOF_ >/dev/null 2>&1
set timefmt '%Y/%m/%d-%H:%M'
set xlabel 'Date (MM/DD)'
set ylabel 'Size (KBytes) $4'
- set terminal png small color
+ set terminal png small size 800,600 color
set output "$2"
plot '$1' using 1:2 title '$3' w l
exit