mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: Rotate point labels by 45 degrees in benchmark plot
This commit is contained in:
parent
ddc538cdfa
commit
370993cbed
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ def plot_over_time(yaml_file):
|
||||||
alpha=0.75,
|
alpha=0.75,
|
||||||
xytext=(5, 5),
|
xytext=(5, 5),
|
||||||
textcoords="offset points",
|
textcoords="offset points",
|
||||||
|
rotation=45,
|
||||||
)
|
)
|
||||||
|
|
||||||
ax.set_xlabel("Model release date", fontsize=18, color="#555")
|
ax.set_xlabel("Model release date", fontsize=18, color="#555")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue