--- loncom/xml/lonplot.pm 2002/01/21 17:23:31 1.43 +++ loncom/xml/lonplot.pm 2002/01/23 11:10:14 1.44 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.43 2002/01/21 17:23:31 matthew Exp $ +# $Id: lonplot.pm,v 1.44 2002/01/23 11:10:14 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -905,11 +905,11 @@ sub insert_plot { } $result .= ">\n"; # Add the components - $result .= &insert_key(); - $result .= &insert_axis(); - $result .= &insert_title(); - $result .= &insert_xlabel(); - $result .= &insert_ylabel(); + # $result .= &insert_key(); + # $result .= &insert_axis(); + # $result .= &insert_title(); + # $result .= &insert_xlabel(); + # $result .= &insert_ylabel(); $result .= &insert_curve(); # close up the $result .= "\n";