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

Method supylabel

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

Source from the content-addressed store, hash-verified

421 va='center', rc='label')
422 @_docstring.copy(_suplabels)
423 def supylabel(self, t, **kwargs):
424 # docstring from _suplabels...
425 info = {'name': '_supylabel', 'x0': 0.02, 'y0': 0.5,
426 'ha': 'left', 'va': 'center', 'rotation': 'vertical',
427 'rotation_mode': 'anchor', 'size': 'figure.labelsize',
428 'weight': 'figure.labelweight'}
429 return self._suplabels(t, info, **kwargs)
430
431 def get_supylabel(self):
432 """Return the supylabel as string or an empty string if not set."""

Callers 8

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 6

test_suplabelsFunction · 0.64
test_subfigure_doubleFunction · 0.64
test_rcparamsFunction · 0.64