Why this site exists
Welcome to GDGraph.com. This site contains help and information on the Perl GD::Graph module. This site exists because I found that the GD::Graph sample scripts and images didn't generate in an easy-to-view format. Rather than making something temporary that only I could benefit from, why not throw it up on the web so maybe I'll save someone else some time too.
A Quick Overview...
In case you stumbled upon this site by accident, GD::Graph is a Perl module used for making graphical charts. (For example, bar charts, line charts, even 3D pie charts!). If you want to see a sample of what the GD::Graph module can do, check out the
Samples Page. It's great for graphing database data, application data, or any other type of data that you would like to see displayed graphically, but is especially powerful due to its ease of use in scripts.
What you can find here
- Home - This page
- Product Samples - A list of all the samples included in the GD::Graph package, in an easy-to-view format, so you can look at the source code and generated results at the same time.
- Documentation - The documentation for the GD::Graph module.
Where to go for more help...
If you're still having trouble using GD::Graph, check out the CPAN webpage (http://search.cpan.org/~mverb/). You can download the package. Take a look through the included documentation, and hopefully that will answer your questions. Good luck!