Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use Chart::Gnuplot; 
    ...
         
          $chart->plot2d($plot);
    }
    
  2. or download this
    $chart->plot2d($val1) if $val == 1;
    $chart->plot2d($val1,$val2) if $val == 2;
    $chart->plot2d($val1,$val2,$val3) if $val == 3;
    etc...