I’m creating a pie-chart according to the matplotlib-demo: https://matplotlib.org/1.2.1/examples/pylab_examples/pie_demo.html
The percentage of each frac seems to be auto-labelled. How can I replace these auto-labelled relative values (%) plotted on the pie-chart by absolute values from fracs[]?
help(pie)says:so you can turn the percentages back into original values by multiplying by the total size of the pie and dividing by 100: