Add text on top of a facet dodged barplot using ggplot2
问题 I'd like to plot a dodged barplot for two different years and put the revenue numbers on top of the bar accordingly. After trying quite some suggestion I found over here, I still can't quite get what I want (all the numbers were displayed in the middle of the middle bars/columns instead of spreading equally). Any suggestion would be appreciated. Thanks! My latest attempt # Disable scientific notation options("scipen" = 100, "digits" = 1) censusData <- structure(list(Year = c(2012L, 2007L,