This question already has answers here:
Closed last year.
Hi I am currently plotting stacked horizontal bar chart using dataframe. The code is as below
new_data.plot.barh(stacked = True)
I get a chart like below.
Ideally I would want to have the data values displayed inside it, like below.
How do I accomplish this? Any help is appreciated. Thanks