Skip to content

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

@PeteCowman

Description

@PeteCowman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions