Series && DataFrame

一:Series柱状图 flg,axes = plt.subplots(2,1) data =Series( np.random.rand(10),index = "abcdefghij") data.plot(kind = 'bar',ax = axes[0],color = 'k',alpha = 0.7) data.plot(kind = 'barh',ax = axes[1],color
相关文章
相关标签/搜索