DESCRIPTION This is the GD-Graph3d extensions module. It provides 3D graphs for the GD::Graph module by Martien Verbruggen, which in turn generates graph using Lincoln Stein's GD.pm. You use these module just as you would any of the GD::Graph modules, except that they generate 3d-looking graphs. Each graph type is described below with only the options that are unique to the 3d version. The modules are based on their 2d versions (e.g. GD::Graph::bars3d works like GD::Graph::bars), and support all the options in those. Make sure to read the documentation on GD::Graph. CHANGES 0.34 Fixed bar bottom rendering bug in bars3d module. 0.33 Fixed axes rendering bug in bars3d module. 0.32 Fixed rendering bug in bars3d module. 0.31 Fixed bug in version data. 0.30 Initial CPAN Release. INSTALLATION You will need to have the GD::Graph version 1.20 or later (recommended 1.22 or later) installed. You should also have Perl version 5.005. To install, just do the normal: perl Makefile.PL make make install The documentation is in GD::Graph::Graph3d.pod. AUTHOR Jeremy Wadsack for Wadsack-Allen Digital Group. Most of the modules are based on the GD::Graph modules by Martien Verbruggen. LATEST RELEASE The latest release is available from CPAN: http://www.cpan.org/. COPYRIGHT Copyright (c) 1999,2000 Wadsack-Allen. All rights reserved. Much of the original code is from GD::Graph: GIFgraph: Copyright (c) 1995-1999 Martien Verbruggen. Chart::PNGgraph: Copyright (c) 1999 Steve Bonds. GD::Graph: Copyright (c) 1999 Martien Verbruggen. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.