How to Make Horizontal Boxplot with ggplot2 version 3.3.0?

ggplot2 v3.3.0: Horizontal Boxplots

Making a boxplot or barplot horizontally can be useful in a variety of scenarios. In ggplot2, till now the only way to make a plot horizontal is to use flip the axis using coord_flip(). With ggplot2 version 3.3.0, we can easily flip axis and make horizontal boxplot or horizontal barplot without using coord_flip(). Let us… Continue reading How to Make Horizontal Boxplot with ggplot2 version 3.3.0?

Exit mobile version