Skip to content

Commit e671d9c

Browse files
committed
Update size of fonts for precision graph.
1 parent d4a2d8e commit e671d9c

File tree

1 file changed

+6
-6
lines changed
  • scripts/incremental/benchmarking

1 file changed

+6
-6
lines changed

scripts/incremental/benchmarking/utils.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
'pgf.rcfonts': False,
1818
'text.usetex': True,
1919
'font.family': 'serif',
20-
'font.size': 9,
21-
'axes.titlesize': 9,
22-
'legend.fontsize': 9,
23-
'figure.titlesize': 9,
20+
'font.size': 6,
21+
'axes.titlesize': 6,
22+
'legend.fontsize': 6,
23+
'figure.titlesize': 7,
2424
'figure.dpi': 300,
25-
'xtick.labelsize': 9,
26-
'ytick.labelsize': 9,
25+
'xtick.labelsize': 6,
26+
'ytick.labelsize': 6,
2727

2828
})
2929
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)