--- loncom/xml/lonplot.pm 2008/12/11 22:48:56 1.148.2.1 +++ loncom/xml/lonplot.pm 2009/03/18 14:05:19 1.148.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.148.2.1 2008/12/11 22:48:56 raeburn Exp $ +# $Id: lonplot.pm,v 1.148.2.2 2009/03/18 14:05:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -496,7 +496,7 @@ my %axis_defaults = yformat => { default => 'on', test => sub {$_[0]=~/^(on|off|\d+(f|F|e|E))$/}, - description => 'X-axis number formatting', + description => 'Y-axis number formatting', edit_type => 'choice', choices => ['on', 'off', '2e', '2f'], },