rcParams['axes.unicode_minus'] = False In [2]: x = [0.1,0.2,0.3,0.4] plt.pie(x) plt.show() In [ ]: #饼图的语法pie(x, explode,labels,colors,autopct= ...
確定! 回上一頁