0
h.pivot_table(index = 'YEARTXT', columns = 'MODELTXT' , values = 'POTAFF').plot(kind= 'bar', stacked = True, title='HONDA CAMPNO:15V320000 Model vs. Year POTAFF Distribution', 
    figsize=(12,6)) 

enter image description here

I created the stacked bar plot because I wanted to see the distribution of the vehicle models over the years, in comparison to their recall number values. However, I can not seem to be able to display the values in the stack bar plot. I am trying to add the values to the graph.Please help. Thank you.

Mr. T
  • 11,141
  • 9
  • 27
  • 51
Val
  • 3
  • 1

0 Answers0