(self, t, **kwargs)
| 391 | va='top', rc='title') |
| 392 | @_docstring.copy(_suplabels) |
| 393 | def suptitle(self, t, **kwargs): |
| 394 | # docstring from _suplabels... |
| 395 | info = {'name': '_suptitle', 'x0': 0.5, 'y0': 0.98, |
| 396 | 'ha': 'center', 'va': 'top', 'rotation': 0, |
| 397 | 'size': 'figure.titlesize', 'weight': 'figure.titleweight'} |
| 398 | return self._suplabels(t, info, **kwargs) |
| 399 | |
| 400 | def get_suptitle(self): |
| 401 | """Return the suptitle as string or an empty string if not set.""" |