aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark.py')
-rw-r--r--src/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index d77b09d..3e2a61c 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -667,7 +667,7 @@ class Benchmark:
plt.legend(loc="best")
if not autoticks:
- plt.xticks(x_vals, args[loose_arg])
+ plt.xticks(x_vals, args[loose_arg], rotation=90)
plt.xlabel(eval(xlabel))
plt.ylabel(eval(ylabel))
plt.title(eval(title))