I just noted that mathtext and LaTeX rendering behave differently
when using a single "$" character in a text string. This happened to me
when looking at the dollar_ticks example from the docs because I use
LaTeX rendering by default. The problem is here:
formatter = ticker.FormatStrFormatter('$%1.2f')
MathText interprets this as a single "$" character, whereas LaTeX
interprets this as starting character of a math expression (and I get an
error), i.e. I have to write "\$1.2f" instead, which then, however, is
interpreted by MathText as "\$" ... :-(
Shouldn't these two behave equally here?
mm
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel