Diff for /loncom/interface/statistics/loncorrectproblemplot.pm between versions 1.2 and 1.3

version 1.2, 2004/02/02 21:51:52 version 1.3, 2004/02/02 21:52:28
Line 36  use Apache::lonstatistics; Line 36  use Apache::lonstatistics;
 use Apache::lonstathelpers;  use Apache::lonstathelpers;
 use Apache::lonlocal;  use Apache::lonlocal;
   
 my $plotcolors = ['#33ff00',   
                   '#ff33cc', '#990000', '#aaaa66', '#663399', '#ff9933',  
                   '#66ccff', '#ff9999', '#cccc33', '#660000', '#33cc66',  
                   ];   
   
 my @SubmitButtons = (  my @SubmitButtons = (
                      { name => 'CreatePlot',                       { name => 'CreatePlot',
                        text => 'Create Plot' },                         text => 'Create Plot' },

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>