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
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
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
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