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

3 Replies

This one seems good for PHP scripts:

http://www.aditus.nu/jpgraph/

I use perl & the GD module for the stock market charts I generate at http://www.ipo-australia.com./scgi-bin/ … ar_550x350">http://www.ipo-australia.com./scgi-bin/prod/graph.cgi?graph=XAOyear550x350

There are Perl modules for generating pie charts, bar charts etc.

Sens me a PM if you want code examples.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct