[Boston.pm] Csv in, beautiful chart out ?

2010-11-10 Thread rogers-pm5
From: Greg Londonem...@greglondon.com Date: Fri, 5 Nov 2010 11:47:20 -0400 We have some statistics in the form of a text file. We want a graph of those numbers in the form of some sort of image format like jpeg or png or whatever. Given the variety of responses to this thread,

[Boston.pm] Csv in, beautiful chart out ?

2010-11-05 Thread Greg London
We have some statistics in the form of a text file. We want a graph of those numbers in the form of some sort of image format like jpeg or png or whatever. A coworker has been trying to get a perl module called Chart to do it, but has been running into difficulties. He came to me with

Re: [Boston.pm] Csv in, beautiful chart out ?

2010-11-05 Thread Palit, Nilanjan
in, beautiful chart out ? We have some statistics in the form of a text file. We want a graph of those numbers in the form of some sort of image format like jpeg or png or whatever. A coworker has been trying to get a perl module called Chart to do it, but has been running into difficulties. He came

Re: [Boston.pm] Csv in, beautiful chart out ?

2010-11-05 Thread tkohl
I've done an example like this where the perl script wrote a GNUPLOT script and then executed it using ` `. It's quick and dirty but it works. -Tim On Fri, 5 Nov 2010, Greg London wrote: We have some statistics in the form of a text file. We want a graph of those numbers in

Re: [Boston.pm] Csv in, beautiful chart out ?

2010-11-05 Thread Mike Williams
On Fri, 5 Nov 2010, Greg London wrote: We have some statistics in the form of a text file. We want a graph of those numbers in the form of some sort of image format like jpeg or png or whatever. Recommendations? Greg For simple graphs I've used GD and sometimes GD::Graph with

Re: [Boston.pm] Csv in, beautiful chart out ?

2010-11-05 Thread Bill Ricker
MW For simple graphs I've used GD and sometimes GD::Graph with reasonable MW results. ditto. See this list's Archives for Dec 2005. -- Bill n1...@arrl.net bill.n1...@gmail.com ___ Boston-pm mailing list Boston-pm@mail.pm.org

Re: [Boston.pm] Csv in, beautiful chart out ?

2010-11-05 Thread Ricker, William
MW For simple graphs I've used GD and sometimes GD::Graph with reasonable MW results. Ditto, with GD Chart variants. See this list's Archives for Dec 2005. http://www.mail-archive.com/boston-pm@mail.pm.org/msg03654.html (Obviously Text::CSV too) -- Bill n1...@arrl.net bill.n1...@gmail.com

Re: [Boston.pm] Csv in, beautiful chart out ?

2010-11-05 Thread Paul Makepeace
One of our guys released Data::Google::Visualization::DataTable http://groups.google.com/group/google-visualization-api/browse_thread/thread/d91971cafd80df92 See also, http://code.google.com/apis/chart/ HTH, Paul On Fri, Nov 5, 2010 at 08:47, Greg London em...@greglondon.com wrote: We have