--- loncom/xml/lonplot.pm 2001/12/31 17:30:09 1.27 +++ loncom/xml/lonplot.pm 2001/12/31 19:02:00 1.28 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.27 2001/12/31 17:30:09 matthew Exp $ +# $Id: lonplot.pm,v 1.28 2001/12/31 19:02:00 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -193,7 +193,7 @@ my %label_defaults = my %axis_defaults = ( - color => { + color => { default => 'x000000', test => $color_test, description => 'color of axes (x000000)', @@ -222,13 +222,6 @@ my %axis_defaults = test => $real_test, description => 'maximum y-value shown in plot', edit_type => 'entry' - }, - linestyle => { - default => 'points', - test => $linestyle_test, - description => 'Style of the axis lines', - edit_type => 'choice', - choices => ['lines','linespoints','dots','points'] } ); @@ -863,6 +856,10 @@ sub insert_axis{ return $result; } +sub insert_title { return " \n"; } +sub insert_title { return " \n"; } +sub insert_title { return " \n"; } + sub insert_label { my $result; $result .= '