[Zope] graphics on the fly

Magnus Heino magnus@vuab.net
Fri, 05 Nov 1999 06:54:24 +0100


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

If you run Roxen as webserver, it can do it for you. (There is a HowTo
available for this.)

Have a look at this;
http://www.roxen.com/documentation/creator/graphics/diagram.html

Just use Zope and the database to generate the tag, and Roxen will take
care of the rest.

/Magnus Heino