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

Flip Axis of stacked assignment barplots (i.e coord_flip) #88

Open
PeteCowman opened this issue Apr 8, 2022 · 0 comments
Open

Flip Axis of stacked assignment barplots (i.e coord_flip) #88

PeteCowman opened this issue Apr 8, 2022 · 0 comments

Comments

@PeteCowman
Copy link

Hi, I am probably missing something really obvious, but is there a way to flip the plotting coordinates (have samples along the y-axis) of the stacked assignment barplots? I attempted to do this by converting a plot to a ggplot object and then using coord_flip() but it did not change the plot orientation.

The only other way I can think of getting the required result is to build the bar plots directly with ggplot and using something like ggstance::geom_barh(). Any other way to do this using the plotQ function?

This is a great package by the way!

Thanks

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