import matplotlib.pyplot as plt#建立自變數陣列. x= np.linspace(0,2*np.pi,500)#建立函式值陣列. y1 = np.sin(x). y2 = np.cos(x).
確定! 回上一頁