Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
730
def
suptitle(t, **kwargs):
731
return
gcf().suptitle(t, **kwargs)
732
733
734
@docstring.copy_dedent(Figure.figimage)
Callers
nothing calls this directly
Calls
2
gcf
Function · 0.85
suptitle
Method · 0.80
Tested by
no test coverage detected