aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/graphstats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/graphstats.py b/scripts/graphstats.py
index accb19c2..9887ce27 100755
--- a/scripts/graphstats.py
+++ b/scripts/graphstats.py
@@ -161,6 +161,7 @@ def plot_frequency(data, outname):
ax1.xaxis.set_major_formatter(matplotlib.dates.DateFormatter('%H:%M'))
ax1.yaxis.set_major_formatter(matplotlib.ticker.FormatStrFormatter('%d'))
ax1.grid(True)
+ fig.set_size_inches(8, 6)
fig.savefig(outname)
def main():