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

groupedhist and groupedbar ylims not working when x and y axis switched. #537

Open
babaq opened this issue May 11, 2023 · 0 comments
Open

Comments

@babaq
Copy link

babaq commented May 11, 2023

This code works fine.

groupedhist(rand(100),xlims=(-1,2),ylims=(-10,40))

but when x/y axis switched, ylims does not change anything.

groupedhist(rand(100),xlims=(-1,2),ylims=(-10,40),permute=(:y,:x))

i tested it on Julia v1.9 with "Plots" v"1.38.11" and "StatsPlots" v"0.15.5", using pyplot backend on win10. This also happens with groupedbar.

@babaq babaq changed the title groupedhist ylims not working when x and y axis switched. groupedhist and groupedbar ylims not working when x and y axis switched. May 11, 2023
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