GD::Chart::Radial

Plot and output Radial or Radar charts using the GD library
Download

GD::Chart::Radial Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Barbie
  • Publisher web site:
  • http://search.cpan.org/~barbie/

GD::Chart::Radial Tags


GD::Chart::Radial Description

Plot and output Radial or Radar charts using the GD library GD::Chart::Radial is a Perl module that allows you to plot and output Radial or Radar charts using the GD library. The module is based on GD::Graph in how it can be used where possible.A radial chart has multiple axis spread out from the centre, like spokes on a wheel. Each axis represents a particular measurement. Values are plotted by marking the value for what is being measured on each axis and optionally joining these points. The result can look like a spiderweb or a radar depending on how you plot the values.SYNOPSIS use GD::Chart::Radial; my $chart = GD::Chart::Radial->new($width, $height); $chart->set(title=>"This is a chart"); $chart->plot(\@data); print OUTFILE $chart->png; Requirements: · Perl


GD::Chart::Radial Related Software