Python 資料分析與視覺化應用. 36 from matplotlib import pyplot as plt x = [1,2,3,4,5] y = [2,7,8,6,9] plt.barh(x, y) plt.show(). 水平長條圖 ...
確定! 回上一頁