text#
- InversePoleFigurePlot.text(*args: Vector3d | Tuple[float, float] | Tuple[ndarray, ndarray], offset: Tuple[float, float] | None = None, **kwargs)[source]#
Add text to the axes.
This method overwrites
matplotlib.axes.Axes.text()
, see that method’s docstring for parameters.- Parameters:
- *args
Vector(s), or azimuth and polar angles, the latter two passed as separate arguments (not keyword arguments).
- offset
Tuple of offsets in stereographic coordinates (X, Y). No offset is applied if not given.
- **kwargs
Keyword arguments passed to
matplotlib.axes.Axes.text()
.
See also