GD::Graph::Polar

GD::Graph::Polar is a Perl module to make polar graph using GD package.
Download

GD::Graph::Polar Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael R. Davis
  • Publisher web site:
  • http://search.cpan.org/~mrdvt/Geo-GoogleEarth-Document-0.09/lib/Geo/GoogleEarth/Document/Folder.pm

GD::Graph::Polar Tags


GD::Graph::Polar Description

GD::Graph::Polar is a Perl module to make polar graph using GD package. GD::Graph::Polar is a Perl module to make polar graph using GD package.SYNOPSIS use GD::Graph::Polar; my $obj=GD::Graph::Polar->new(size=>480, radius=>100); $obj->addPoint (50=>25); $obj->addPoint_rad (50=>3.1415); $obj->addGeoPoint (75=>25); $obj->addGeoPoint_rad (75=>3.1415); $obj->addLine($r0=>$t0, $r1=>$t1); $obj->addLine_rad($r0=>$t0, $r1=>$t1); $obj->addGeoLine($r0=>$t0, $r1=>$t1); $obj->addGeoLine_rad($r0=>$t0, $r1=>$t1); $obj->addArc($r0=>$t0, $r1=>$t1); $obj->addArc_rad($r0=>$t0, $r1=>$t1); $obj->addGeoArc($r0=>$t0, $r1=>$t1); $obj->addGeoArc_rad($r0=>$t0, $r1=>$t1); $obj->addString($r=>$t, "Hello World!"); $obj->addString_rad($r=>$t, "Hello World!"); $obj->addGeoString($r=>$t, "Hello World!"); $obj->addGeoString_rad($r=>$t, "Hello World!"); $obj->font(gdSmallFont); #sets the current font from GD exports $obj->color("blue"); #sets the current color from Graphics::ColorNames $obj->color(); #sets the current color print $obj->draw; Requirements: · Perl


GD::Graph::Polar Related Software