Re: [matplotlib-devel] Core PS/PDF Fonts

2009-07-23 Thread Freddie Witherden
Hi, On 23 Jul 2009, at 03:34, John Hunter wrote: > If experience is any guide, you won't hear from the people who depend > on it until you remove support (plaintive pleas to the mailing list > notwithstanding). The old timers love their small PS files, and we > support this because many people ha

[matplotlib-devel] Including mathtex in matplotlib

2009-07-23 Thread Freddie Witherden
Hi all, With the integration of mathtex into matplotlib nearing completion (just bug fixes really) I think now is a good time to be considering the best way to include mathtex into matplotlib. This has already been discussed on the mathtex mailing list, with Michael proposing a few ways of

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-23 Thread Michael Droettboom
There may be a setuptools solution here, but if there is, I'm not the one to know ;) matplotlib is for the most part ignorant of setuptools, and it's probably reasonable to keep it that way. Anyway, since the mathtex setup infrastructure is based on what matplotlib was already doing, there's a

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-23 Thread Gökhan SEVER
On Thu, Jul 23, 2009 at 8:36 AM, Freddie Witherden wrote: > Hi all, > > With the integration of mathtex into matplotlib nearing completion > (just bug fixes really) I think now is a good time to be considering > the best way to include mathtex into matplotlib. > > This has already been discussed o