--- loncom/xml/lonplot.pm 2001/12/19 19:22:22 1.7 +++ loncom/xml/lonplot.pm 2001/12/19 19:22:52 1.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.7 2001/12/19 19:22:22 matthew Exp $ +# $Id: lonplot.pm,v 1.8 2001/12/19 19:22:52 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -419,7 +419,7 @@ ENDLABELS $gnuplot_input .= '\n'; } } else { - $gnuGplot_input .= 'set nokey\n'; + $gnuplot_input .= 'set nokey\n'; } # axis $gnuplot_input .= 'set xrange ['.$axis{'xmin'}.':'.$axis{'xmin'}.']\n';