(self, t, **kwargs)
| 406 | va='bottom', rc='label') |
| 407 | @_docstring.copy(_suplabels) |
| 408 | def supxlabel(self, t, **kwargs): |
| 409 | # docstring from _suplabels... |
| 410 | info = {'name': '_supxlabel', 'x0': 0.5, 'y0': 0.01, |
| 411 | 'ha': 'center', 'va': 'bottom', 'rotation': 0, |
| 412 | 'size': 'figure.labelsize', 'weight': 'figure.labelweight'} |
| 413 | return self._suplabels(t, info, **kwargs) |
| 414 | |
| 415 | def get_supxlabel(self): |
| 416 | """Return the supxlabel as string or an empty string if not set.""" |