import matplotlib.pyplot as plt import numpy as np plt.style.use('classic') %matplotlib inline ironman = np.linspace(0,10, 1000) #產生0~10區間的等間隔序列fig , ...
確定! 回上一頁