Help for this page

Select Code to Download


  1. or download this
    #----------------------------------------------------------
    #    FOR SLOPE
    ...
    
    #create the data for transfer to the graph program
    $trendlineString = join(',',@trendline);
    
  2. or download this
    
    my @data = ([@alldates],
    ...
    
    print "Content-type: image/png\n\n";
    print $myimage->png;