plot#

StereographicPlot.plot(*args: Vector3d | tuple[float, float] | tuple[ndarray, ndarray], **kwargs) None[source]#

Draw straight lines between vectors.

This method overwrites matplotlib.axes.Axes.plot(), 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.plot().

Examples using StereographicPlot.plot#

Combining rotations

Combining rotations