We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377ce62 commit 6c1867eCopy full SHA for 6c1867e
ext/MakieExt/bench.jl
@@ -43,6 +43,7 @@ function PerfChecker.checkres_to_scatterlines(
43
ax.xlabel = "versions"
44
ax.ylabel = "ratio"
45
ax.title = "Evolution for $(x.pkgs[1].name) (via BenchmarkTools.jl)"
46
+ ax.xticklabelrotation = 45.0
47
f[1, 2] = Legend(f, ax)
48
return f
49
end
0 commit comments