Hi all,

I am using the following code to obtain the bar plot uisng the R package Ggpubr. I am required to add texture into the bar plots instead of color. I could not find any option for adding textures or patterns to Bar plot in ggplot or ggpubr. Please help me to get the patterns or textures to the bar plot.

head(ToothGrowth)

library(tidyverse)

library(ggpubr)

ToothGrowth$dose=as.factor(ToothGrowth$dose)

stat

More Shantanu Tamuly's questions See All
Similar questions and discussions