From 7cf3d9f3ce30d0e820cad0658f1b3d914f170bb1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 20 Nov 2024 19:45:42 -0800 Subject: [PATCH] style: Increase annotation font size in benchmark plot --- 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 cff9f9a1b..9206a26b1 100644 --- a/benchmark/over_time.py +++ b/benchmark/over_time.py @@ -127,7 +127,7 @@ def plot_over_time(yaml_file): ax.annotate( model, (dates[i], pass_rates[i]), - fontsize=8, + fontsize=12, alpha=0.75, xytext=(5, 5), textcoords="offset points",