I have a data frame consisting of a column consisting of 200 values which can assume any one of three possible values with respect to a categorical variable. Assume that we are interested in creating a bar chart. How do I add labels (giving the counts for each possible value) on the top of three bars in the bar chart? [ I know we can use stat=identity when the values in the columns are used for heights. But this is a different situation. I would like to avoid any other intermediate code ].... Thanks...

More Sampath Sundaram's questions See All
Similar questions and discussions