updated graph with larger fonts

This commit is contained in:
Paul Gauthier 2023-06-30 19:19:23 -07:00
parent 46d638698a
commit 674bfb52c6
2 changed files with 207 additions and 207 deletions

View file

@ -84,9 +84,9 @@ def show_stats(dirnames):
from matplotlib import rc
rc("font", **{"family": "sans-serif", "sans-serif": ["Helvetica"], "size": 18})
rc("font", **{"family": "sans-serif", "sans-serif": ["Helvetica"], "size": 22})
fig, ax = plt.subplots(figsize=(12, 8))
fig, ax = plt.subplots(figsize=(12, 10))
ax.grid(axis="y", zorder=0, lw=0.2)
"""
colors = ["#007BFF", "#89CFF0", "#008000", "#32CD32"]