GD::3DBarGrapher

Create 3D bar graphs using GD
Download

GD::3DBarGrapher Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • S I Warhurst
  • Publisher web site:
  • http://search.cpan.org/~swarhurst/

GD::3DBarGrapher Tags


GD::3DBarGrapher Description

Create 3D bar graphs using GD There is only one function in the GD::3DBarGrapher Perl module and that is creategraph which will return image map XHTML for use in a web page displaying the graph.The data to graph must be passed in a multidimensional array where column 0 is the x-axis name of the item to graph and column 1 is it's associated numerical value.Graph options are passed in a hash and override the defaults listed below. At minimum the 'file' option must be included and specify the full path and filename of the graph to create.SYNOPSIS use GD::3DBarGrapher qw(creategraph); my @data = ( , , ...etc ); my %options = ( 'file' => '/webroot/images/mygraph.jpg', ); my $imagemap = creategraph(@data, \%options); Requirements: · Perl


GD::3DBarGrapher Related Software