summaryrefslogtreecommitdiff
path: root/bin/generate_footprint_chart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/generate_footprint_chart.sh')
-rwxr-xr-xbin/generate_footprint_chart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/generate_footprint_chart.sh b/bin/generate_footprint_chart.sh
index 49b783dde0a..4aac776be70 100755
--- a/bin/generate_footprint_chart.sh
+++ b/bin/generate_footprint_chart.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)'
- set terminal png small size 800,600 color
+ set terminal png small color
set output "$2"
plot '$1' using 1:(\$2/1024.0) title '$3' w l
exit