Howdy,

the attached screenshot shows the output in matplotlib of:

In [18]: plot([1,2])
Out[18]: [<matplotlib.lines.Line2D object at 0x2c4e4d0>]

In [19]: title(r'$a+b+\dots+\dot{s}+\ldots$')
Out[19]: <matplotlib.text.Text object at 0x2c3b090>

along with the PostScript that Latex produces for the same equation.
There are two bugs, I think:

- \dots --> \dot{s} by matplotlib
- \ldots rendered by MPL centered vertically, while in latex those are
'lower' dots.

Should I open an SF ticket for this, or is it  a quick fix?

Cheers,

f

<<attachment: latex_bug.png>>

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to