0

The code is written as follows:

enter image description here

a<-ggplot(data = dec05,
       aes(x = Month, y = Adjusted.Passenger.Count),fill='white') + 
       geom_bar(stat = 'identity')+labs(x=' 2005') + 
       theme(aspect.ratio = 2/1) +
       geom_col() +
       geom_text(aes(label = Adjusted.Passenger.Count),
                 colour='red',vjust=-0.2)
Park
  • 10,984
  • 6
  • 8
  • 27
  • It's easier to help you if you include a simple [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input and desired output that can be used to test and verify possible solutions. – MrFlick Nov 04 '21 at 04:15

0 Answers0