Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
                           'vertAxisLabel' => 'XP Change' );
    print $img->draw();
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        );
    
    $img->png("chart.png");