Example: 1. plt.plot() 2. ax = plt.subplot() ax.plot(x, y) 3. fig1, ((ax1, ax2), (ax3, ... Each Axes has a title (set via set_title() ), an x-label (set via ...
確定! 回上一頁