How do i put two pie charts side by side on matplotlib

前端 未结 0 798
遇见更好的自我
遇见更好的自我 2021-02-15 21:30

I have the following code below

plt.figure(figsize=(5,5))
plt.pie(values,labels = labels,colors = colors,autopct = \'%1.1f%%\')
plt.title(\'Gender Composition in          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题