From eb5317f8e507ca88646340bfa243c69641b2f7b4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 20 Nov 2024 20:13:30 -0800 Subject: [PATCH] fix: Adjust annotation vertical offset for brown color in over_time 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 10b769b97..0419c8a96 100644 --- a/benchmark/over_time.py +++ b/benchmark/over_time.py @@ -200,7 +200,7 @@ def plot_over_time(yaml_file): ax.annotate( color_to_label["brown"], (date, rate), - xytext=(10, 5), + xytext=(10, -5), textcoords="offset points", color="brown", alpha=0.8,