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,