def _init_draw(self): """Initializes all the subplot line objects to be empty.""" for l in self.lines.values(): l.set_data([], [])