--- loncom/xml/lonplot.pm 2007/09/05 13:38:18 1.118.2.1 +++ loncom/xml/lonplot.pm 2007/09/18 23:30:25 1.118.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.118.2.1 2007/09/05 13:38:18 albertel Exp $ +# $Id: lonplot.pm,v 1.118.2.2 2007/09/18 23:30:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -493,7 +493,7 @@ my %curve_defaults = choices => [keys(%linestyles)] }, linewidth => { - default => 4, + default => 1, test => $int_test, description => 'Line width (may not apply to all line styles)', edit_type => 'choice',