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 -- ----------------- Die Website Effizienzer ------------------ luna-park Bravo Sanchez, Vollmert, Wisser GbR Ulrich Wisser mailto:u.wisser@luna-park.de Alter Schlachthof, Immenburgstr. 20 Tel +49-228-9654055 D-53121 Bonn X-Mozilla-Status: 00094057 ------------------http://www.luna-park.de ------------------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev ) -- -- Stephan Richter iXL - Software Designer and Engineer CBU - Physics, Computer Science and Chemistry Student
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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
participants (2)
-
Cimarelli, Stephen -
Loren Stafford