import matplotlib.pyplot as plt # 匯入繪圖模組import numpy as np # 匯 ... 模組'''新增範圍''' y = np.arange(0,10,1) plt.plot(y) ''' 設定x軸的 ...
確定! 回上一頁