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

Horizontal boxplot #251

Closed
iblislin opened this issue Aug 2, 2019 · 5 comments
Closed

Horizontal boxplot #251

iblislin opened this issue Aug 2, 2019 · 5 comments

Comments

@iblislin
Copy link

iblislin commented Aug 2, 2019

Seems this is not supported yet.
And I found there is an option vert = false in PyPlot's boxplot.

@logankilpatrick
Copy link

logankilpatrick commented Sep 2, 2019

Can you elaborate more on what you are asking for? What is the use case/desired output and how does that differ from the current setup?

@iblislin
Copy link
Author

iblislin commented Sep 2, 2019

@alvanuffelen
Copy link

alvanuffelen commented Feb 23, 2021

There is an attribute 'orientation'.
For example a barplot can be made horizontal
bar(["One","Two","Three"], [1,2,3], orientation=:h)
bar
But when trying to do the same with a boxplot, it doesn't plot the boxplot:
boxplot(["One"], [1,2,3], orientation=:h)
boxplot
The vertical one works just fine:
boxplot(["One"], [1,2,3], orientation=:v)
boxplot_vert

Is this a bug or am I doing something wrong?

EDIT: seems to be a longer known bug
JuliaPlots/Plots.jl#1412

@SiFTW
Copy link

SiFTW commented Aug 19, 2021

This is still an issue and affects horizontal stacked bar plots too.

@BeastyBlacksmith
Copy link
Member

Should be fixed by #499 if you use permute=(:x, :y).

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

5 participants