About GD http://www.boutell.com/gd/ Apparently there's a py lib for GD http://search.python.org/query.html?qt=gd&col=ftp&col=python&col=starship I've never used either. -- Loren
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Cimarelli, Stephen Sent: Thursday, November 04, 1999 15:17 To: 'zope@zope.org' Subject: RE: [Zope] graphics on the fly
Please mind my ingorance but what is GD, I to was look at a way of producing line charts using zope and some database.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Stephan Richter Sent: Friday, November 05, 1999 9:41 AM To: Ulrich Wisser; zope@zope.org Subject: Re: [Zope] graphics on the fly
I used GD with Zope before. Works great. I plan to write a Python Product soon.
Very easy with external methods, if you don't have time to write a product.
regards, stephan
On Thu, 04 Nov 1999, Ulrich Wisser wrote:
Hi,
is there a Zope (or Python) Interface to GD? I need to make graphics as dynamic objects. The data will be stored in a SQL datbase and from there I will have to make a bar/pie/line chart out of it.
I know how to do it in Perl (<- forgive me :). Is there an object or library to do it in Zope/Python?
Thanks
Ulli