Re: Open Source Charting Tool

2006-06-05 Thread Bryan
Harry George wrote: > See pygdchart > http://www.nullcube.com/software/pygdchart.html > this looks pretty nice. i don't see in the docs if and how it can be integrated with other gui toolkits such wxpython. :( bryan -- http://mail.python.org/mailman/listinfo/python-list

Re: Open Source Charting Tool

2006-06-05 Thread Harry George
that I have to do it from scratch. > > > > Is there any open source charting tool that help me create charts in JPG or > gif format? > > > > Thanks, > > Alan > > See pygdchart http://www.nullcube.com/software/pygdchart.html -- Harry George PLM Engineering Architecture -- http://mail.python.org/mailman/listinfo/python-list

Re: Open Source Charting Tool

2006-06-02 Thread Piet van Oostrum
> Felipe Almeida Lessa <[EMAIL PROTECTED]> (FAL) wrote: >FAL> Em Sex, 2006-06-02 às 16:56 -0400, A.M escreveu: >>> I can't browse to www.reporlab.org, but I found http://www.reportlab.com/ >>> which has a commercial charting product. Is that what you referring to? >FAL> ReportLab (the comme

Re: Open Source Charting Tool

2006-06-02 Thread Larry Bates
Ouch. I had a typo. -Larry Scott David Daniels wrote: > Felipe Almeida Lessa wrote: >> Em Sex, 2006-06-02 às 16:56 -0400, A.M escreveu: >>> I can't browse to www.reporlab.org, but I found >>> http://www.reportlab.com/ which has a commercial charting product. >>> Is that what you referring to? >

Re: Open Source Charting Tool

2006-06-02 Thread Tim Churches
A.M wrote: > I can't browse to www.reporlab.org, but I found http://www.reportlab.com/ > which has a commercial charting product. Is that what you referring to? Typo in the URL. Try http://www.reportlab.org You should also have a look at http://matplotlib.sourceforge.net/ Tim C -- http://mail

Re: Open Source Charting Tool

2006-06-02 Thread Scott David Daniels
Felipe Almeida Lessa wrote: > Em Sex, 2006-06-02 às 16:56 -0400, A.M escreveu: >> I can't browse to www.reporlab.org, but I found http://www.reportlab.com/ >> which has a commercial charting product. Is that what you referring to? > > ReportLab (the commercial bussiness thing on .com) is where t

Re: Open Source Charting Tool

2006-06-02 Thread Felipe Almeida Lessa
Em Sex, 2006-06-02 às 16:56 -0400, A.M escreveu: > I can't browse to www.reporlab.org, but I found http://www.reportlab.com/ > which has a commercial charting product. Is that what you referring to? ReportLab (the commercial bussiness thing on .com) is where the main developers of ReportLab (a l

Re: Open Source Charting Tool

2006-06-02 Thread A.M
>> >> >> At this point I have to add charts (3d bars and pie charts) to this >> application. I don't think that I have to do it from scratch. >> >> >> >> Is there any open source charting tool that help me create charts in JPG >> or >> gif format? >> >> >> >> Thanks, >> >> Alan >> >> -- http://mail.python.org/mailman/listinfo/python-list

Re: Open Source Charting Tool

2006-06-02 Thread Felipe Almeida Lessa
Em Sex, 2006-06-02 às 15:42 -0500, Larry Bates escreveu: > ReportLab Graphics can do 2D and pie charts, but I don't think it does > 3D charts yet. > > www.reporlab.org It does, but I'm not sure if the PNG backend is as good as the PDF one. -- Felipe. -- http://mail.python.org/mailman/listinfo

Re: Open Source Charting Tool

2006-06-02 Thread Larry Bates
add charts (3d bars and pie charts) to this > application. I don't think that I have to do it from scratch. > > > > Is there any open source charting tool that help me create charts in JPG or > gif format? > > > > Thanks, > > Alan > > -- http://mail.python.org/mailman/listinfo/python-list

Open Source Charting Tool

2006-06-02 Thread A.M
Hi, I developed a HTML reporting tool that renders Oracle data to HTML and Oracle. At this point I have to add charts (3d bars and pie charts) to this application. I don't think that I have to do it from scratch. Is there any open source charting tool that help me create charts i