fix: Adjust annotation vertical offset for brown color in over_time plot

This commit is contained in:
Paul Gauthier 2024-11-20 20:13:30 -08:00 committed by Paul Gauthier (aider)
parent 8b860615b8
commit eb5317f8e5

View file

@ -200,7 +200,7 @@ def plot_over_time(yaml_file):
ax.annotate( ax.annotate(
color_to_label["brown"], color_to_label["brown"],
(date, rate), (date, rate),
xytext=(10, 5), xytext=(10, -5),
textcoords="offset points", textcoords="offset points",
color="brown", color="brown",
alpha=0.8, alpha=0.8,