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

Function figtext

lib/matplotlib/pyplot.py:2924–2927  ·  view source on GitHub ↗
(
    x: float, y: float, s: str, fontdict: dict[str, Any] | None = None, **kwargs
)

Source from the content-addressed store, hash-verified

2922# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2923@_copy_docstring_and_deprecators(Figure.text)
2924def figtext(
2925 x: float, y: float, s: str, fontdict: dict[str, Any] | None = None, **kwargs
2926) -> Text:
2927 return gcf().text(x, y, s, fontdict=fontdict, **kwargs)
2928
2929
2930# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…