Matplotlib pie chart with explode not round

前端 未结 0 1654
春和景丽
春和景丽 2020-11-30 20:42

I am making a donut pie chart using the following code

sizes = df[\'education_grouped\'].value_counts().sort_index() / df[\'education_grouped\'].value_counts(         


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