Help for this page

Select Code to Download


  1. or download this
    $width=$xaxiss[0];
    $height=$xaxiss[$#xaxiss];
    ...
        dclrs       => ['green'] ,
        BACKGROUND='black',
       ) or warn $mygraph->error;
    
  2. or download this
    ---newcode--
    $mygraph->set_x_label_font(GD::gdGiantFont);
    $mygraph->set_y_label_font(GD::gdGiantFont);