annotate a orientation to an existing plot
Syntax
plot(ori)
plot(ori,'label','o1')
plot(ori,'MarkerFaceColor','blue')
plot(ori,'filled')Input
| ori | orientation |
Options
| axisAngle | 3d axis angle plot |
| Rodrigues | 3d Rodrigues vector plot |
| Euler | 3d Bunge Euler plot |
| points | number of orientations to be plotted |
| MarkerFaceColor | fill color of the marker |
| MarkerEdgeColor | edge color of the marker |
| MarkerSize | size of the marker |
| label | a text displayed next to the marker |
| backgroundColor | background color of the text (none) |
Flags
| axisAngle | |
| filled | MarkerFaceColor is MarkerEdgeColor |
See also
orientation.scatter orientation.plotPDF orientation.plotODF orientation.plotIPDF vector3d.text