First time here? Check out the FAQ!
answered 2016-06-16 01:04:11 +0100
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.