mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
refactor: Update fontsize to use LABEL_FONT_SIZE constant in over_time.py
This commit is contained in:
parent
1c85afa320
commit
c797af020a
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ def plot_over_time(yaml_file):
|
|||
textcoords="offset points",
|
||||
color="brown",
|
||||
alpha=0.8,
|
||||
fontsize=12,
|
||||
fontsize=LABEL_FONT_SIZE,
|
||||
)
|
||||
|
||||
if pink_points:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue