如题。想输出R平方,冲突了。
ax.text(3.9, 1.95, r"Normal: coef_: {:.2f} intercept: {:.2f} R$^{2}$: {:.4f}". format(coef[0,0], intercept[0], score1), fontsize = 8)