Here’s my current code Currently, it shows only the percentage (using autopct) I’d like to present both the percentage and the actual value (I don’t mind about the position) How to do it? Thanks Answer Create your own formatting function. Note that you have to recalculate the actual value fr…