style: Rotate point labels by 45 degrees in benchmark plot

This commit is contained in:
Paul Gauthier (aider) 2024-11-20 18:47:30 -08:00
parent ddc538cdfa
commit 370993cbed

View file

@ -131,6 +131,7 @@ def plot_over_time(yaml_file):
alpha=0.75,
xytext=(5, 5),
textcoords="offset points",
rotation=45,
)
ax.set_xlabel("Model release date", fontsize=18, color="#555")