[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemanalysis.pm

matthew lon-capa-cvs@mail.lon-capa.org
Thu, 16 Oct 2003 13:23:13 -0000


matthew		Thu Oct 16 09:23:13 2003 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemanalysis.pm 
  Log:
  *** empty log message ***
  
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.39 loncom/interface/statistics/lonproblemanalysis.pm:1.40
--- loncom/interface/statistics/lonproblemanalysis.pm:1.39	Wed Oct 15 17:30:51 2003
+++ loncom/interface/statistics/lonproblemanalysis.pm	Thu Oct 16 09:23:13 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 #
 
-# $Id: lonproblemanalysis.pm,v 1.39 2003/10/15 21:30:51 matthew Exp $
+# $Id: lonproblemanalysis.pm,v 1.40 2003/10/16 13:23:13 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -37,12 +37,10 @@
 use Apache::lonlocal;
 use HTML::Entities();
 
-my $plotcolors = [qw/
-                  #33ff00 
-                  #0033cc #990000 #aaaa66 #663399 #ff9933
-                  #66ccff #ff9999 #cccc33 #660000 #33cc66
-                  /]; 
-               #[qw/lgreen dgreen dred/];
+my $plotcolors = ['#33ff00', 
+                  '#0033cc', '#990000', '#aaaa66', '#663399', '#ff9933',
+                  '#66ccff', '#ff9999', '#cccc33', '#660000', '#33cc66',
+                  ]; 
 
 sub BuildProblemAnalysisPage {
     my ($r,$c)=@_;