Re: barchart for webpage needed

2005-01-31 Thread Benji York
dimitri pater wrote: I am looking for a Python tool to create graphs and charts on a webpage. Chartdirector is too expensive for me. A simple script for creating a barchart should be sufficient as a starting point. If all you want are bar charts, you can get by with simple HTML. Here's one techni

Re: barchart for webpage needed

2005-01-31 Thread Larry Bates
dimitri pater wrote: Hello, I am looking for a Python tool to create graphs and charts on a webpage. Chartdirector is too expensive for me. A simple script for creating a barchart should be sufficient as a starting point. Thanks! Dimitri ReportLab's Graphics module is free and works quite well for

Re: barchart for webpage needed

2005-01-31 Thread John Hunter
> "dimitri" == dimitri pater <[EMAIL PROTECTED]> writes: dimitri> Hello, I am looking for a Python tool to create graphs dimitri> and charts on a webpage. Chartdirector is too expensive dimitri> for me. A simple script for creating a barchart should be dimitri> sufficient as a