MCPcopy
hub / github.com/matplotlib/matplotlib / suptitle

Method suptitle

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

Source from the content-addressed store, hash-verified

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

Callers 15

__init__Method · 0.80
suptitleFunction · 0.80
test_text_urlsFunction · 0.80
test_errorbarFunction · 0.80
test_constrained_layout9Function · 0.80

Calls 1

_suplabelsMethod · 0.95