(self, label, name)
| 384 | return suplab |
| 385 | |
| 386 | def _remove_suplabel(self, label, name): |
| 387 | self.texts.remove(label) |
| 388 | setattr(self, name, None) |
| 389 | |
| 390 | @_docstring.Substitution(x0=0.5, y0=0.98, name='super title', ha='center', |
| 391 | va='top', rc='title') |