--- loncom/xml/lonplot.pm 2012/07/04 11:06:57 1.157 +++ loncom/xml/lonplot.pm 2012/07/04 11:09:22 1.158 @@ -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 @@ sub write_gnuplot_file { $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: