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