[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm

foxr foxr at source.lon-capa.org
Wed Jul 4 07:09:22 EDT 2012


foxr		Wed Jul  4 11:09:22 2012 EDT

  Modified files:              
    /loncom/xml	lonplot.pm 
  Log:
  Remove commented out code.
  
  
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.157 loncom/xml/lonplot.pm:1.158
--- loncom/xml/lonplot.pm:1.157	Wed Jul  4 11:06:57 2012
+++ loncom/xml/lonplot.pm	Wed Jul  4 11:09:22 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Dynamic plot
 #
-# $Id: lonplot.pm,v 1.157 2012/07/04 11:06:57 foxr Exp $
+# $Id: lonplot.pm,v 1.158 2012/07/04 11:09:22 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1904,17 +1904,6 @@
 	    $plot_command.= ' '.$curve->{'limit'};
 	} 
 
-#elsif ($curve->{'linetype'} ne '' &&
-#		 $curve->{'linestyle'} eq 'lines') 
-#
-#
-#	    $plot_command.= ' linetype ';
-#	    $plot_command.= $linetypes{$curve->{'linetype'}};
-#	    $plot_command.= ' linecolor rgb "';
-#	    # convert color from xaaaaaa to #aaaaaa
-#	    $curve->{'color'} =~ s/^x/#/;
-#	    $plot_command.= $curve->{'color'}.'"';
-#	}
 
 	# Figure out the linestyle:
 




More information about the LON-CAPA-cvs mailing list