def drawTS(self, filename=None, zidx=None): ax = plt.gca() if zidx is None: zidx = self.zidx super(ObjectPlotter,self).drawTS(ax,filename,zidx)