Function
text
(
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) |
| 4387 | def 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
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…