--- loncom/homework/edit.pm 2011/08/09 16:12:21 1.135 +++ loncom/homework/edit.pm 2011/11/18 16:39:22 1.136 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.135 2011/08/09 16:12:21 bisitz Exp $ +# $Id: edit.pm,v 1.136 2011/11/18 16:39:22 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -419,6 +419,16 @@ sub insert_backgroundplot { '; } +sub insert_plotobject { + return ' +'; +} + +sub insert_plotvector { + return ' +'; +} + sub insert_functionplotrule { return ' ';