# pie chart, have to fix the legend / get rid of it
pie = df_ppt_45.plot.pie(subplots=True,autopct='%1.1f%%', textprops={'fontsize': 8})
#plt.legend(pie[0],labels, bbox_to_anchor=(1,0), loc="lower right",
#bbox_transform=plt.gcf().transFigure)
Here is the data frame just in case you need a reference.