Chart::Strip

Chart::Strip is a Perl module that can draw strip chart type graphs.
Download

Chart::Strip Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jeff Weisberg
  • Publisher web site:
  • http://search.cpan.org/~jaw/Chart-Strip-1.05/Strip.pm

Chart::Strip Tags


Chart::Strip Description

Chart::Strip is a Perl module that can draw strip chart type graphs. Chart::Strip is a Perl module that can draw strip chart type graphs.SYNOPSIS use Chart::Strip; my $ch = Chart::Strip->new( title => 'Happiness of our Group', # other options ... ); $ch->add_data( $davey_data, { style => 'line', color => 'FF0000', label => 'Davey' } ); $ch->add_data( $jenna_data, { style => 'line', color => '00FF88', label => 'Jenna' } ); print $ch->png();The Chart::Strip package plots data values versus time graphs, such as used for seismographs, EKGs, or network usage reports.It can plot multiple data sets on one graph. It offers several styles of plots. It automatically determines the proper ranges and labels for both axii. Requirements: · Perl


Chart::Strip Related Software