| Author |
Message |
sednet
Joined: 17 Mar 2004
Posts: 106
Location: Europe
|
| Posted: Mon Mar 14, 2005 8:58 am Post subject: Generating graphs |
|
|
Linode-philes,
I'm looking for a way to generate graph images from numbers.
eg. I input 1,2,4,8,16 and get a pretty image of a graph as output.
Being able to change the colours, add gridlines etc. would be a plus.
Anyone have any idea how to do this?
Thanks,
sednet |
|
| Back to top |
|
NeonNero
Joined: 04 Jan 2005
Posts: 118
Location: Ålesund, Norway
|
| Posted: Mon Mar 14, 2005 12:20 pm Post subject: |
|
|
This one seems good for PHP scripts:
http://www.aditus.nu/jpgraph/ |
|
| Back to top |
|
Xan
Joined: 08 Feb 2004
Posts: 310
Location: Austin
|
| Posted: Mon Mar 14, 2005 1:27 pm Post subject: |
|
|
Here's a module for Perl:
http://search.cpan.org/~mverb/GDGraph-1.43/Graph.pm |
|
| Back to top |
|
gmt
Joined: 20 Jul 2003
Posts: 96
Location: Tropical Queensland, Australia
|
| Posted: Fri Mar 18, 2005 9:46 am Post subject: |
|
|
I use perl & the GD module for the stock market charts I generate at http://www.ipo-australia.com./scgi-bin/prod/graph.cgi?graph=XAO_year_550x350
There are Perl modules for generating pie charts, bar charts etc.
Sens me a PM if you want code examples. |
|
| Back to top |
|
| |