Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Use the latex command to convert your functions to a proper typesetting.

R = text(r"$%s \approx %s$" %(latex(f),latex(g)),(0,yzoom[1]+1),rgbcolor=(1,0,0))

I don't know about the color issue.