--- loncom/cgi/graph.png 2001/12/25 23:37:43 1.5 +++ loncom/cgi/graph.png 2002/01/22 13:49:03 1.6 @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $Id: graph.png,v 1.5 2001/12/25 23:37:43 minaeibi Exp $ +# $Id: graph.png,v 1.6 2002/01/22 13:49:03 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -55,7 +55,7 @@ else { $Range = 300+30*$PNo; } if ( $Max <= 1 ) { $Max = 1; } elsif ( $Max <= 10 ) { $Max = 10; } -elsif ( $Max >= 60 ) { $Max = 100; } +else { $Max = 100; } my $MyGraph = GD::Graph::bars3d->new($Range, 400);