matplotlib の pyplot.text(), pyplot.annotate() を使用して、図中に ... ax = plt.subplots() ax.plot(x, y, label="sin") ax.annotate("text", (1, ...
確定! 回上一頁