import matplotlib.pyplot as plt plt.subplot(341) # grid()默認樣式plt.plot([1, 1]) plt.grid() plt.annotate('grid()', (0, 1)) plt.subplot(342) ...
確定! 回上一頁