AxAnglePlot#

class orix.plot.AxAnglePlot(fig, rect=None, *args, elev=30, azim=-60, roll=0, sharez=None, proj_type='persp', box_aspect=None, computed_zorder=True, focal_length=None, shareview=None, **kwargs)[source]#

Bases: RotationPlot

Plot rotations in a axis-angle space.

Methods

AxAnglePlot.plot(xs, **kwargs)

Plot 2D or 3D data.

AxAnglePlot.plot_wireframe(xs, **kwargs)

Plot a 3D wireframe.

AxAnglePlot.scatter(xs[, fundamental_zone])

Create a scatter plot.

AxAnglePlot.transform(xs[, fundamental_zone])

Prepare (mis)orientations or rotations for plotting.