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, **kwargs)[source]#
Bases:
Axes3D
Plot of a (mis)orientation region, extending Matplotlib.
Attributes
RotationPlot.name
RotationPlot.transformation_class
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.set
(*[, adjustable, ...])Set multiple properties at once.
RotationPlot.transform
(xs[, fundamental_zone])Prepare (mis)orientations or rotations for plotting.