sdyates has asked for the wisdom of the Perl Monks concerning the following question:
Ok, this is a good one. I am looking for ideas on how to use perl to create graphs that can be printed in HTML. I am creating thousands of data that I want ploted and viewable in HTML.
I am sure I could parse the data enough and have it redirected in to a file and have excel read it and create a graph that way, but I wan to do this the right way and be able to create a report from a web interface and keep it simple for the user.
Any ideas? I want perl to handle all of this. Any good reading material you can give me before I embark on reinventing the wheel?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML scattered point graphs
by BUU (Prior) on Oct 06, 2003 at 18:06 UTC | |
|
Re: HTML scattered point graphs
by hardburn (Abbot) on Oct 06, 2003 at 18:03 UTC | |
by Aristotle (Chancellor) on Oct 06, 2003 at 19:50 UTC | |
|
Re: HTML scattered point graphs
by kesterkester (Hermit) on Oct 07, 2003 at 13:37 UTC |