... self.AnimAx = self.Fig.add_subplot(projection='3d') self.MyPlot, = self.AnimAx.plot(x,y,z,marke... ... # update... self.MyPlot.set_data_3d(x,y,z)