I am having more then 40 items to show in my chart. I have only 10 colours that repeatedly are shown on the chart. How can I generate more colors.
plt.pie(f,labels=labels,autopct='%1.1f%%', startangle=90,shadow=True)
I should add "color=colors" where colors is generated infinitely ?