mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +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(
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue