From c797af020a48fced1e8a190cc97cecbb5211977e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 20 Nov 2024 20:13:46 -0800 Subject: [PATCH] refactor: Update fontsize to use LABEL_FONT_SIZE constant in over_time.py --- benchmark/over_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/over_time.py b/benchmark/over_time.py index eeb34b0d0..4474ca4be 100644 --- a/benchmark/over_time.py +++ b/benchmark/over_time.py @@ -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: