text#
- StereographicPlot.text(*args: Vector3d | tuple[float, float] | tuple[ndarray, ndarray], offset: tuple[float, float] | None = None, **kwargs) None[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