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))
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.