Re: [matplotlib-devel] Bug in latex with \dots

2009-02-04 Thread Fernando Perez
Hi Michael, [Cc'ing nipy-dev, where we ran into the problem. Docs should look fine now, if you rebuild mpl] On Wed, Feb 4, 2009 at 7:42 AM, Michael Droettboom wrote: > There was both a parser bug (where accents were taking precedence over > symbols), and a mapping bug (where ldots was mapped to

Re: [matplotlib-devel] Bug in latex with \dots

2009-02-04 Thread Michael Droettboom
There was both a parser bug (where accents were taking precedence over symbols), and a mapping bug (where ldots was mapped to the wrong Unicode code point). Both of these should now be fixed on the branch and trunk. Let me know if you see any further problems. Mike Fernando Perez wrote: > Ho

[matplotlib-devel] Bug in latex with \dots

2009-02-03 Thread Fernando Perez
Howdy, the attached screenshot shows the output in matplotlib of: In [18]: plot([1,2]) Out[18]: [] In [19]: title(r'$a+b+\dots+\dot{s}+\ldots$') Out[19]: along with the PostScript that Latex produces for the same equation. There are two bugs, I think: - \dots --> \dot{s} by matplotlib - \ldot