matplotlib 庫的axiss模塊中的Axes.hist()函數用於繪製直方圖。 ... 'lime'] ax0.hist(x, n_bins, density = True, histtype ='bar', color = colors, label = colors) ...
確定! 回上一頁