HomochoricPlot#
- class orix.plot.HomochoricPlot(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 homochoric (equi-volume) axis-angle space.
Methods
HomochoricPlot.plot(xs, **kwargs)Plot 2D or 3D data.
HomochoricPlot.plot_wireframe(xs, **kwargs)Plot a 3D wireframe.
HomochoricPlot.scatter(xs[, fundamental_zone])Create a scatter plot.
HomochoricPlot.transform(xs[, fundamental_zone])Prepare (mis)orientations or rotations for plotting.