RotationPlot#

class orix.plot.RotationPlot(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: Axes3D

Plot of a (mis)orientation region.

Methods

RotationPlot.plot(xs, **kwargs)

Plot 2D or 3D data.

RotationPlot.plot_wireframe(xs, **kwargs)

Plot a 3D wireframe.

RotationPlot.scatter(xs[, fundamental_zone])

Create a scatter plot.

RotationPlot.transform(xs[, fundamental_zone])

Prepare (mis)orientations or rotations for plotting.