AxAnglePlot#
- class orix.plot.AxAnglePlot(fig, rect=None, *args, elev=30, azim=-60, roll=0, shareview=None, sharez=None, proj_type='persp', focal_length=None, box_aspect=None, computed_zorder=True, **kwargs)[source]#
Bases:
RotationPlotPlot rotations in a linearly scalled 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.