I am using the following python code to plot pie charts. However, the titles of the charts are overlapping as shown below. How am I able to make the text clearly visible without overlapping? I was thinking may be I could have a list of titles with their percentages to match the colors in the pies. Is it possible?