import matplotlib.pyplot as plt import numpy as np ypoints = np.array([6, 2, 13, 10]) plt.plot(ypoints, color = 'r') plt.show(). 显示结果如下: ...
確定! 回上一頁