Just use annotate and specify axis coordinates. For example, "upper left" would be: plt.annotate('Something', xy=(0.05, 0.95), ...
確定! 回上一頁