Matplotlib 是Python 實踐資料視覺化的核心套件,建構於NumPy 所提供的 ndarray 陣列類別 ... 2]) fig = plt.figure() ax = plt.axes() ax.barh(x, y) plt.show().
確定! 回上一頁