scatter#
- RotationPlot.scatter(xs: Misorientation | Rotation, fundamental_zone=None, **kwargs)[source]#
Create a scatter plot.
- Parameters:
- xs
Rotations.
- fundamental_zone
Orientation region to add to the plot as a wireframe.
- **kwargs
Keyword arguments passed to
mpl_toolkits.mplot3d.Axes3D.scatter()
.