f, ax = plt.subplots() # we manually make a figure and axis ax.plot(x,y, label='sin(x)') # it's the ... annotate() - add an annotation, with optional arrow.
確定! 回上一頁