First time here? Check out the FAQ!
answered 2016-03-14 14:26:42 +0100
For example:
P = plot(1/x^2,1,5) P += text(r'$\frac{1}{x^2} $',(2,0.4),fontsize=16) P.show()