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

Function text

lib/matplotlib/pyplot.py:4387–4390  ·  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

4385# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4386@_copy_docstring_and_deprecators(Axes.text)
4387def text(
4388 x: float, y: float, s: str, fontdict: dict[str, Any] | None = None, **kwargs
4389) -> Text:
4390 return gca().text(x, y, s, fontdict=fontdict, **kwargs)
4391
4392
4393# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…