Help for this page

Select Code to Download


  1. or download this
     @data2 = (['Windows', 'Linux', 'Solaris'],
                       [150,250,350],
                       [100,200,300]);
    
  2. or download this
    @data2 = (['Windows', 'Linux', 'Solaris'],
                       [100,200,300],
                       [150,250,350]);
    
  3. or download this
    my $graph = new GD::Graph::bars(900,600); 
            $graph->set(
    ...
            shadow_depth => 0, 
            legendclr => 'blue', 
            show_values => 1);