Re: making graphs with MySQL data

2007-01-16 Thread Bruno B B Magalhães
;Bruno B B Magalhães" <[EMAIL PROTECTED]> To: "C.R.Vegelin" <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2007 1:02 PM Subject: Re: making graphs with MySQL data Hi Cor and everybody, well this is my first collaboration, as I have the time today... Well, if you w

Re: making graphs with MySQL data

2007-01-16 Thread Bruno B B Magalhães
about making graphs with MySQL data. Currently my project is in development phase, using MS Access as front-end and MySQL as back-end with MyODBC. My next step is to replace the MS Access front-end by PHP (because I don't see any use of MS Access for a website). However, I don't have any

Re: making graphs with MySQL data

2007-01-16 Thread C.R.Vegelin
Thanks El Cuy, Joshua, Ryan, Let me be more specific about making graphs with MySQL data. Currently my project is in development phase, using MS Access as front-end and MySQL as back-end with MyODBC. My next step is to replace the MS Access front-end by PHP (because I don't see any use

Re: making graphs with MySQL data

2007-01-12 Thread El Cuy Volador
C.R.Vegelin escribió: > Dear List, > > I have a MySQL database (V5.0.x) and I need to make graphs. > Does anyone know about good utilities to make graphs ? > I would appreciate your expertise or links. > > TIA, Cor > A very good one is BIRT (http://www.eclipse.org/birt/phoenix/) to be deployed

Re: making graphs with MySQL data

2007-01-12 Thread Joshua J. Kugler
On Friday 12 January 2007 12:51, C.R.Vegelin wrote: > Dear List, > > I have a MySQL database (V5.0.x) and I need to make graphs. > Does anyone know about good utilities to make graphs ? > I would appreciate your expertise or links. If you're using Python, matplotlib is an excellent package. If yo

Re: making graphs with MySQL data

2007-01-12 Thread Ryan Stille
C.R.Vegelin wrote: Dear List, I have a MySQL database (V5.0.x) and I need to make graphs. Does anyone know about good utilities to make graphs ? I would appreciate your expertise or links. TIA, Cor Perl with GD? MS Access/MyODBC could do it too. You may have to be more specific. -Ryan

making graphs with MySQL data

2007-01-12 Thread C.R.Vegelin
Dear List, I have a MySQL database (V5.0.x) and I need to make graphs. Does anyone know about good utilities to make graphs ? I would appreciate your expertise or links. TIA, Cor