python畫箱線圖

要用到matplotlib:web from matplotlib import pyplot as plt a=range(1,10) plt.boxplot((a,a),labels=('Mon','Tue')) plt.show()
相關文章
相關標籤/搜索