refactor: Update fontsize to use LABEL_FONT_SIZE constant in over_time.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-20 20:13:46 -08:00
parent 1c85afa320
commit c797af020a

View file

@ -206,7 +206,7 @@ def plot_over_time(yaml_file):
textcoords="offset points", textcoords="offset points",
color="brown", color="brown",
alpha=0.8, alpha=0.8,
fontsize=12, fontsize=LABEL_FONT_SIZE,
) )
if pink_points: if pink_points: