On Jun 3, 2008, at 4:18 PM, Jörgen Stenarson wrote:
using an empty mathtext "$$" in labels generates an exception. See
example and traceback below.

My guess is that this is a LaTeX error. If you enter $$ in a normal LaTeX document, you will get:

pdflatex -interaction=nonstopmode -file-line-error-style exited with status 1

This error comes from the fact that double dollar signs ($$) are used to wrap display equations (single dollar signs are used to wrap inline equations). If you were to instead write "$ $" (or "$$ $$"), you shouldn't get an error.

-Tony


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to