Re: [Matplotlib-users] usetex with svg or pdf

2007-05-14 Thread Christopher Barker
Jouni K. Seppänen wrote: > However, some time ago I committed the > beginnings of a dvi parser and a little support code in the pdf > backend, enough to get a small demo almost working: > > http://article.gmane.org/gmane.comp.python.matplotlib.devel/2687 > > I have no idea how difficult it would

Re: [Matplotlib-users] usetex with svg or pdf

2007-05-12 Thread Jouni K . Seppänen
Jochen Küpper <[EMAIL PROTECTED]> writes: >> for the PostScript backend using (I think) dvips with psfrag, and >> neither of these is easily generalizable to work with svg or pdf. > > What's the problem of using dvi2pdf, dvipdfm, dvipdfmx, or soemthing > like that for PDF? > Looks quite similar to

Re: [Matplotlib-users] usetex with svg or pdf (was: SVG vs PNG)

2007-05-12 Thread Jochen Küpper
On 12.05.2007, at 16:37, Jouni K. Seppänen wrote: for the PostScript backend using (I think) dvips with psfrag, and neither of these is easily generalizable to work with svg or pdf. What's the problem of using dvi2pdf, dvipdfm, dvipdfmx, or soemthing like that for PDF? Looks quite similar