fig = plt.figure() # an empty figure with no Axes. ... ax.plot([1, 2, 3], label='Inline label') ax.legend(). Set title, x label, y label.
確定! 回上一頁