mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
updated graph with larger fonts
This commit is contained in:
parent
46d638698a
commit
674bfb52c6
2 changed files with 207 additions and 207 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue