mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: Adjust x-axis label rotation angle for better readability
This commit is contained in:
parent
7cf3d9f3ce
commit
1c62ecd1b5
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ def plot_over_time(yaml_file):
|
|||
alpha=0.75,
|
||||
xytext=(5, 5),
|
||||
textcoords="offset points",
|
||||
rotation=30,
|
||||
rotation=15,
|
||||
)
|
||||
|
||||
ax.set_xlabel("Model release date", fontsize=18, color="#555")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue