Help for this page

Select Code to Download


  1. or download this
    ### ======================================================
    ### UTIL: plot (using GD::Graph::$type)
    ...
        binmode IMG;
        print IMG $gd->png;
    }
    
  2. or download this
    ### ------------------------------------------------------
    ### Plot SDPI-$y-$mm-Load-($avg[0],$avg[1])
    ...
    $opt{title} .= '-';                         # Fixed
    $opt{y_max_value} = $opt{y_tick_number} = 40;
    plot(\%opt, \@data, 'lp', 400);