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(
color_to_label["brown"],
(date, rate),
xytext=(10, 5),
xytext=(10, -5),
textcoords="offset points",
color="brown",
alpha=0.8,