Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ figtext
Function
figtext
site-packages/matplotlib/pyplot.py:725–726 ·
view source on GitHub ↗
(x, y, s, *args, **kwargs)
Source
from the content-addressed store, hash-verified
723
724
@docstring.copy_dedent(Figure.text)
725
def
figtext(x, y, s, *args, **kwargs):
726
return
gcf().text(x, y, s, *args, **kwargs)
727
728
729
@docstring.copy_dedent(Figure.suptitle)
Callers
nothing calls this directly
Calls
2
gcf
Function · 0.85
text
Method · 0.45
Tested by
no test coverage detected