I'm annotating my plot with
我正在诠释我的情节
plt.annotate(
'30.2',
xy=(3, y),
xycoords='data',
xytext=(3, y - 5),
textcoords='data',
arrowprops=dict(facecolor='black', arrowstyle="->")
)
plt.aI'm annotating my plot with
我正在诠释我的情节
plt.annotate(
'30.2',
xy=(3, y),
xycoords='data',
xytext=(3, y - 5),
textcoords='data',
arrowprops=dict(facecolor='black', arrowstyle="->")
)
plt.a