You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: