04pallav
9/13/2017 - 9:23 PM

adding count labels on top of histogram

adding count labels on top of histogram

ggplot(data=df300last,aes(x=Created_on_date))+geom_histogram(bins=5,fill="red",aes(y=(..count..)))+
stat_bin(bins=5,geom="text", aes(label=..count..) ,vjust = -1)