In this post, we will see three different ways to make a barplot with count on y-axis in ggplot2. We will show how to make bar plot using geom_bar(), stat_count(), and geom_col() functions available in ggplot2 Bar plot with geom_bar() Bar plot with stat_count() Bar plot with geom_col()