Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Chart::Clicker;
    ...
    $cc->add_to_datasets($ds);
    $cc->write_output('foo.png');
    
  2. or download this
    $ctx->domain_axis(Chart::Clicker::Axis->new(position => 'bottom', orie
    +ntation  => 'horizontal',format => '%s'));