Skip to content

Commit 6c1867e

Browse files
authored
tilted xticks for BenchmarkTools scatterlines
1 parent 377ce62 commit 6c1867e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/MakieExt/bench.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function PerfChecker.checkres_to_scatterlines(
4343
ax.xlabel = "versions"
4444
ax.ylabel = "ratio"
4545
ax.title = "Evolution for $(x.pkgs[1].name) (via BenchmarkTools.jl)"
46+
ax.xticklabelrotation = 45.0
4647
f[1, 2] = Legend(f, ax)
4748
return f
4849
end

0 commit comments

Comments
 (0)