First time here? Check out the FAQ!
answered 8 years ago
Use the latex command to convert your functions to a proper typesetting.
latex
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.