MCPcopy 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)
725def 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

gcfFunction · 0.85
textMethod · 0.45

Tested by

no test coverage detected