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