mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Adjust annotation vertical offset for brown color in over_time plot
This commit is contained in:
parent
8b860615b8
commit
eb5317f8e5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue