import numpy as np import matplotlib.pyplot as plt #plt.close() ... 2*np.pi]) plt.ylim([-2, 2]) ax.xaxis.label.set_fontsize(18) # set x-axis label font size ...
確定! 回上一頁