Merge lp:~tsimonq2/merge-o-matic/increase-graph-size into lp:merge-o-matic

Proposed by Simon Quigley
Status: Merged
Merged at revision: 305
Proposed branch: lp:~tsimonq2/merge-o-matic/increase-graph-size
Merge into: lp:merge-o-matic
Diff against target: 21 lines (+2/-2)
1 file modified
stats-graphs.py (+2/-2)
To merge this branch: bzr merge lp:~tsimonq2/merge-o-matic/increase-graph-size
Reviewer Review Type Date Requested Status
Julian Andres Klode Approve
Review via email: mp+336265@code.launchpad.net

Description of the change

The stats graphs would be a lot easier to read and thus more parseable if the size was increased a bit (because right now, they're quite small). This doubles the resolution of both the *-now.png and *-trend.png files.

To post a comment you must log in.
Revision history for this message
Julian Andres Klode (juliank) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'stats-graphs.py'
--- stats-graphs.py 2016-11-18 00:16:49 +0000
+++ stats-graphs.py 2018-01-17 21:50:40 +0000
@@ -228,7 +228,7 @@
228228
229 filename = "%s/merges/%s-now.png" % (ROOT, component)229 filename = "%s/merges/%s-now.png" % (ROOT, component)
230 with closing(canvas.init(filename, format="png")) as c:230 with closing(canvas.init(filename, format="png")) as c:
231 ar = area.T(size=(300,250), legend=None,231 ar = area.T(size=(600,500), legend=None,
232 x_grid_style=None, y_grid_style=None)232 x_grid_style=None, y_grid_style=None)
233233
234 plot = pie_plot.T(data=data, arrow_style=arrow.a0, label_offset=25,234 plot = pie_plot.T(data=data, arrow_style=arrow.a0, label_offset=25,
@@ -257,7 +257,7 @@
257257
258 filename = "%s/merges/%s-trend.png" % (ROOT, component)258 filename = "%s/merges/%s-trend.png" % (ROOT, component)
259 with closing(canvas.init(filename, format="png")) as c:259 with closing(canvas.init(filename, format="png")) as c:
260 ar = area.T(size=(450,225), legend=legend.T(),260 ar = area.T(size=(900,450), legend=legend.T(),
261 x_axis=axis.X(label="Date", format=ordinal_to_label,261 x_axis=axis.X(label="Date", format=ordinal_to_label,
262 tic_interval=date_tics,262 tic_interval=date_tics,
263 tic_label_offset=(10,0)),263 tic_label_offset=(10,0)),

Subscribers

People subscribed via source and target branches

to status/vote changes: