示例#1
0
	def showTrajectory(self, data):
		if not self.isGraphing():
			return
		dv1 = Graphs.DrawTrajectory(data)
		self._sendplot(dv1)