2種方式創(chuàng)建 老方法:plt.plot(kind='bar') , 新方法:plt.bar() 1--堆疊圖的制作方法;方法1: plt.plot(kind='bar')?# stacked → 堆疊 2--方法2:plt.bar()