scatter#

StereographicPlot.scatter(*args: Union[Vector3d, Tuple[float, float], Tuple[ndarray, ndarray]], **kwargs)[source]#

A scatter plot of vectors.

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

Examples using StereographicPlot.scatter#