Re: x,y axis graph

2011-02-16 Thread Scott Hall
On Tue, Feb 15, 2011 at 9:35 PM, Chris Stinemetz < cstinem...@cricketcommunications.com> wrote: > I am interested in creating a cgi perl script that I can publish on the web > that will tie into a mysql database and create a x,y axis graph based on > data selection. Any suggesti

Re: x,y axis graph

2011-02-16 Thread Peter Scott
On Tue, 15 Feb 2011 19:35:03 -0700, Chris Stinemetz wrote: > I am interested in creating a cgi perl script that I can publish on the > web that will tie into a mysql database and create a x,y axis graph > based on data selection. Any suggestions are greatly appreciated. Suggestio

Re: x,y axis graph

2011-02-15 Thread Jim Gibson
At 7:35 PM -0700 2/15/11, Chris Stinemetz wrote: I am interested in creating a cgi perl script that I can publish on the web that will tie into a mysql database and create a x,y axis graph based on data selection. Any suggestions are greatly appreciated. One method is to use gnuplot. Write

Re: x,y axis graph

2011-02-15 Thread shawn wilson
On Feb 15, 2011 9:36 PM, "Chris Stinemetz" < cstinem...@cricketcommunications.com> wrote: > > I am interested in creating a cgi perl script that I can publish on the web that will tie into a mysql database and create a x,y axis graph based on data selection. Any suggestions a

Re: x,y axis graph

2011-02-15 Thread Brian Fraser
On Tue, Feb 15, 2011 at 11:35 PM, Chris Stinemetz < cstinem...@cricketcommunications.com> wrote: > I am interested in creating a cgi perl script that I can publish on the web Cool. Any suggestions are greatly appreciated. > I think that maybe learning some Perl would be a solid first step. Bria

x,y axis graph

2011-02-15 Thread Chris Stinemetz
I am interested in creating a cgi perl script that I can publish on the web that will tie into a mysql database and create a x,y axis graph based on data selection. Any suggestions are greatly appreciated. Thank you, Chris Stinemetz