Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotate performances profiles #115

Open
tmigot opened this issue May 23, 2022 · 0 comments
Open

Rotate performances profiles #115

tmigot opened this issue May 23, 2022 · 0 comments

Comments

@tmigot
Copy link
Member

tmigot commented May 23, 2022

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:

p = plot(ps..., layout = (1 + ipairs, ncosts), size = (ncosts * width, (1 + ipairs) * height))

p = plot(ps..., layout = (1, ncosts), size = (ncosts * width, height))

but there might be a simplest way.

@dpo dpo changed the title Turn performances profiles Rotate performances profiles May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant