[LON-CAPA-cvs] cvs: loncom /interface/statistics loncorrectproblemplot.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Mon, 02 Feb 2004 21:52:28 -0000
matthew Mon Feb 2 16:52:28 2004 EDT
Modified files:
/loncom/interface/statistics loncorrectproblemplot.pm
Log:
Don't need an array of colors if we use the defaults.
Index: loncom/interface/statistics/loncorrectproblemplot.pm
diff -u loncom/interface/statistics/loncorrectproblemplot.pm:1.2 loncom/interface/statistics/loncorrectproblemplot.pm:1.3
--- loncom/interface/statistics/loncorrectproblemplot.pm:1.2 Mon Feb 2 16:51:52 2004
+++ loncom/interface/statistics/loncorrectproblemplot.pm Mon Feb 2 16:52:28 2004
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: loncorrectproblemplot.pm,v 1.2 2004/02/02 21:51:52 matthew Exp $
+# $Id: loncorrectproblemplot.pm,v 1.3 2004/02/02 21:52:28 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -35,11 +35,6 @@
use Apache::lonstatistics;
use Apache::lonstathelpers;
use Apache::lonlocal;
-
-my $plotcolors = ['#33ff00',
- '#ff33cc', '#990000', '#aaaa66', '#663399', '#ff9933',
- '#66ccff', '#ff9999', '#cccc33', '#660000', '#33cc66',
- ];
my @SubmitButtons = (
{ name => 'CreatePlot',