Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Chart::Clicker 2.83

    Download button

    No screenshots available
    Downloads: 238  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Cory G Watson | More programs
    Perl Artistic License / FREE
    July 5th, 2012, 15:08 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Chart::Clicker description

    Powerful, extensible charting

    Chart::Clicker is a Perl module that aims to be a powerful, extensible charting package that creates really pretty output. Charts can be saved in png, svg, pdf and postscript format.

    Clicker leverages the power of Graphics::Primitive to create snazzy graphics without being tied to specific backend. You may want to begin with Chart::Clicker::Tutorial.

    SYNOPSIS

     use Chart::Clicker;

     my $cc = Chart::Clicker->new;

     my @values = (42, 25, 86, 23, 2, 19, 103, 12, 54, 9);
     $cc->add_data('Sales', \@values);

     # alternately, you can add data one bit at a time...
     foreach my $v (@values) {
     $cc->add_data('Sales', $v);
     }

     # Or, if you want to specify the keys you can use a hashref
     my $data = { 12 => 123, 13 => 341, 14 => 1241 };
     $cc->add_data('Sales', $data);

     $cc->write_output('foo.png');



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    extensible charting | Perl module | Perl | extensible | charting

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM