From 1c62ecd1b56d042e9db1905d017d53bb87aa8718 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 20 Nov 2024 19:59:36 -0800 Subject: [PATCH] style: Adjust x-axis label rotation angle for better readability --- benchmark/over_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")