mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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,
|
alpha=0.75,
|
||||||
xytext=(5, 5),
|
xytext=(5, 5),
|
||||||
textcoords="offset points",
|
textcoords="offset points",
|
||||||
rotation=30,
|
rotation=15,
|
||||||
)
|
)
|
||||||
|
|
||||||
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