style: Adjust x-axis label rotation angle for better readability

This commit is contained in:
Paul Gauthier 2024-11-20 19:59:36 -08:00 committed by Paul Gauthier (aider)
parent 7cf3d9f3ce
commit 1c62ecd1b5

View file

@ -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")