Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For example:

P = plot(1/x^2,1,5)
P += text(r'$\frac{1}{x^2} $',(2,0.4),fontsize=16)
P.show()