matplotlib.pyplot.text(x, y, s, fontdict=None, withdash=<deprecated parameter>, **kwargs)[source] 向坐标轴添加内容,x,y代表添加文字的位置的坐标. Add text to the axes. Add the text s to the axes at location x, y in data coordinates. Parameters: x, y : scalars The positio…