diff --git a/benchmark/over_time.py b/benchmark/over_time.py index 5899ba05b..3ad060c8d 100644 --- a/benchmark/over_time.py +++ b/benchmark/over_time.py @@ -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")