By default, matplotlib will find the minimum and maximum of your data on both axes ... matplotlib.pyplot as plt X = np.linspace(-6, 6, 1024) plt.ylim(-.5, ...
確定! 回上一頁