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
1=== modified file 'stats-graphs.py'
2--- stats-graphs.py 2016-11-18 00:16:49 +0000
3+++ stats-graphs.py 2018-01-17 21:50:40 +0000
4@@ -228,7 +228,7 @@
5
6 filename = "%s/merges/%s-now.png" % (ROOT, component)
7 with closing(canvas.init(filename, format="png")) as c:
8- ar = area.T(size=(300,250), legend=None,
9+ ar = area.T(size=(600,500), legend=None,
10 x_grid_style=None, y_grid_style=None)
11
12 plot = pie_plot.T(data=data, arrow_style=arrow.a0, label_offset=25,
13@@ -257,7 +257,7 @@
14
15 filename = "%s/merges/%s-trend.png" % (ROOT, component)
16 with closing(canvas.init(filename, format="png")) as c:
17- ar = area.T(size=(450,225), legend=legend.T(),
18+ ar = area.T(size=(900,450), legend=legend.T(),
19 x_axis=axis.X(label="Date", format=ordinal_to_label,
20 tic_interval=date_tics,
21 tic_label_offset=(10,0)),

Subscribers

People subscribed via source and target branches

to status/vote changes: