scatter#

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

Inverse pole density function

Inverse pole density function

Color scatter plots

Color scatter plots

Subplots

Subplots

Visualizing orientations

Visualizing orientations

Visualizing paths between rotations and vectors

Visualizing paths between rotations and vectors

Rotations mapping the fundamental sector on S2

Rotations mapping the fundamental sector on S2

Zoom region inset

Zoom region inset