(self)
| 271 | self.plot_instances.append(self.plot_instance) |
| 272 | |
| 273 | def group(self): |
| 274 | self.plot_instances = [pi for pi in self.plot_instances |
| 275 | if not pi.empty] |
| 276 | for plot_inst in self.plot_instances: |
| 277 | plot_inst.group() |
| 278 | |
| 279 | def list_overlays(self): |
| 280 | target_path = os.path.join(self.home_path, self.mtools_path, |
no outgoing calls