Skip to content

Commit 5cea3ec

Browse files
committed
ENH: Improve margins, font size
1 parent 5a60744 commit 5cea3ec

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

evaluate-itk-performance.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,19 +226,25 @@ def has_sha(filepath):
226226
data.append(trace)
227227

228228
layout = go.Layout(title='Revision Comparison',
229+
font=dict(
230+
size=18,
231+
),
232+
titlefont=dict(
233+
size=32,
234+
),
229235
yaxis=dict(
230236
title='Time (sec)',
231237
zeroline=False,
232238
),
233239
xaxis=dict(
234240
title='Benchmark',
235241
),
236-
margin=dict(
237-
l=40,
238-
r=30,
239-
b=120,
240-
t=100,
241-
),
242+
margin=dict(
243+
l=90,
244+
r=30,
245+
b=120,
246+
t=100,
247+
),
242248
legend=dict(
243249
x=0.02,
244250
y=1.0

0 commit comments

Comments
 (0)