SolverBenchmark.jl
SolverBenchmark.jl copied to clipboard
Rotate performances profiles
When using profile_solvers for several plots, the figures are plotted horizontally.
I wonder if there is a simple way to plot them vertically instead?
I managed to make it work modifying: https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl/blob/574cfa9b95df735b2fd759fd51a148544f004f38/src/profiles.jl#L127
https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl/blob/574cfa9b95df735b2fd759fd51a148544f004f38/src/profiles.jl#L129
but there might be a simplest way.