import matplotlib.pyplot as plt import numpy as np xpoints = np.array([0, 3]) ypoints = np.array([0, 150]) plt.plot(xpoints, ...
確定! 回上一頁