MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / supxlabel

Method supxlabel

lib/matplotlib/figure.py:408–413  ·  view source on GitHub ↗
(self, t, **kwargs)

Source from the content-addressed store, hash-verified

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."""

Callers 7

test_suplabelsFunction · 0.80
test_subfigure_doubleFunction · 0.80
test_rcparamsFunction · 0.80
arranging_axes.pyFile · 0.80
figure_title.pyFile · 0.80

Calls 1

_suplabelsMethod · 0.95

Tested by 5

test_suplabelsFunction · 0.64
test_subfigure_doubleFunction · 0.64
test_rcparamsFunction · 0.64