柱狀圖(plt.bar) 程式碼與註釋 import numpy as np from matplotlib import pyplot as plt plt.figure(figsize=(9,6)) n = 8. X = np.arange(n)+1
確定! 回上一頁