Re: [matplotlib-devel] os x egg fubar?

2008-12-15 Thread Chris.Barker
John Hunter wrote: > I think the src egg approach for os x is hopeless because too many > people are having problems with architecture on png and zlib > dependencies, and we don't have a lot of control over this because > they are getting these dependencies from a variety of providers. Maybe it's

[matplotlib-devel] Using the Agg renderer by itself

2011-11-23 Thread Chris.Barker
Hi Folks, I've got some drawing to do (for a web app). I don't need all the MPL machinery, but I do need a high quality, fast, renderer. Other options: - The python bindings to GD seem to not really being maintained - PyCairo is a pain to install, and not fast for Python (doesn't know abo

Re: [matplotlib-devel] Using the Agg renderer by itself

2011-11-23 Thread Chris.Barker
On 11/23/11 9:52 AM, Chris.Barker wrote: > I've got some drawing to do (for a web app). I don't need all the MPL > machinery, but I do need a high quality, fast, renderer. One more question. I see: def draw_markers(self, *kl, **kw): # for filtering to work w

Re: [matplotlib-devel] Using the Agg renderer by itself

2011-11-23 Thread Chris.Barker
On 11/23/11 10:38 AM, Benjamin Root wrote: > On Wednesday, November 23, 2011, Chris.Barker <mailto:chris.bar...@noaa.gov>> wrote: > > Hi Folks, > > > > I've got some drawing to do (for a web app). I don't need all the MPL > > machinery, but I do