diff --git a/benchmark/over_time.py b/benchmark/over_time.py index 9206a26b1..5d7bf3c95 100644 --- a/benchmark/over_time.py +++ b/benchmark/over_time.py @@ -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")