On 04/21/2012 06:35 PM, Ariel Rokem wrote: > > > ParseFatalException: Expected end of math '$' > $rac{S}{S_0}$ (at char 0), (line:1, col:1) > > Should this have been resolved already? Does it relate to this issue? > > https://github.com/matplotlib/matplotlib/issues/659 > The improved error messages are not on the 1.1.x branch. They will be in the first of the 1.2.x series.
In this particular case, however, you seem to be running into a problem by not using raw strings. The "\f" in "\frac" is getting converted by Python into a formfeed character. Use r"\frac{S}{S_0}" and you should have more luck. Mike ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users