text#
- StereographicPlot.text(*args: Union[Vector3d, Tuple[float, float], Tuple[ndarray, ndarray]], **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).
- **kwargs
Keyword arguments passed to
matplotlib.axes.Axes.text().
See also