JuliaSmoothOptimizers / SolverBenchmark.jl

Benchmark tools for solvers
Other
23 stars 10 forks source link

Rotate performances profiles #115

Open tmigot opened 2 years ago

tmigot commented 2 years ago

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.