MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / suptitle

Function suptitle

site-packages/matplotlib/pyplot.py:730–731  ·  view source on GitHub ↗
(t, **kwargs)

Source from the content-addressed store, hash-verified

728
729@docstring.copy_dedent(Figure.suptitle)
730def suptitle(t, **kwargs):
731 return gcf().suptitle(t, **kwargs)
732
733
734@docstring.copy_dedent(Figure.figimage)

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
suptitleMethod · 0.80

Tested by

no test coverage detected