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

Function suptitle

lib/matplotlib/pyplot.py:2979–2980  ·  view source on GitHub ↗
(t: str, **kwargs)

Source from the content-addressed store, hash-verified

2977# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2978@_copy_docstring_and_deprecators(Figure.suptitle)
2979def suptitle(t: str, **kwargs) -> Text:
2980 return gcf().suptitle(t, **kwargs)
2981
2982
2983# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
suptitleMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…