--- loncom/xml/lonplot.pm 2002/02/06 10:33:27 1.49 +++ loncom/xml/lonplot.pm 2002/02/27 16:54:58 1.50 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.49 2002/02/06 10:33:27 matthew Exp $ +# $Id: lonplot.pm,v 1.50 2002/02/27 16:54:58 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1089,7 +1089,7 @@ sub edit_attributes { sub insert_gnuplot { my $result = ''; # plot attributes - $result .= "{'default'}\"\n"; } @@ -1101,8 +1101,8 @@ sub insert_gnuplot { # $result .= &insert_xlabel(); # $result .= &insert_ylabel(); $result .= &insert_curve(); - # close up the - $result .= "\n"; + # close up the + $result .= "\n"; return $result; }