--- loncom/homework/functionplotresponse.pm 2011/11/18 16:39:22 1.70 +++ loncom/homework/functionplotresponse.pm 2011/11/18 19:32:48 1.74 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # Functionplot responses # -# $Id: functionplotresponse.pm,v 1.70 2011/11/18 16:39:22 www Exp $ +# $Id: functionplotresponse.pm,v 1.74 2011/11/18 19:32:48 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -402,29 +402,27 @@ sub plotobject_script { # sub plotvector_script { - my ($id,$label,$xs,$ys,$xe,$ye)=@_; + my ($id,$label,$xs,$ys,$xe,$ye,$xmin,$xmax)=@_; unless ($label) { $Apache::functionplotresponse::counter++; $label='V'.$Apache::functionplotresponse::counter; } - return(<