version 1.39, 2003/10/15 21:30:51
|
version 1.40, 2003/10/16 13:23:13
|
Line 37 use Apache::lonstatistics;
|
Line 37 use Apache::lonstatistics;
|
use Apache::lonlocal; |
use Apache::lonlocal; |
use HTML::Entities(); |
use HTML::Entities(); |
|
|
my $plotcolors = [qw/ |
my $plotcolors = ['#33ff00', |
#33ff00 |
'#0033cc', '#990000', '#aaaa66', '#663399', '#ff9933', |
#0033cc #990000 #aaaa66 #663399 #ff9933 |
'#66ccff', '#ff9999', '#cccc33', '#660000', '#33cc66', |
#66ccff #ff9999 #cccc33 #660000 #33cc66 |
]; |
/]; |
|
#[qw/lgreen dgreen dred/]; |
|
|
|
sub BuildProblemAnalysisPage { |
sub BuildProblemAnalysisPage { |
my ($r,$c)=@_; |
my ($r,$c)=@_; |