# NOT RUN {
library(SangerTools)
library(ggthemes)
library(ggplot2)
library(ggtext)
categorical_col_chart(SangerTools::PopHealthData, Locality) +
theme_sanger()+
labs(title = "Categorical Column Chart",
x = "Locality",
y = "Number of Patients")+
scale_fill_sanger()
# }
Run the code above in your browser using DataLab