class describing the alignment of a reference frame on the screen
Syntax
% specify a custom plotting convention
pC = plottingConvention(outOfScreen,east)
plot(ebsd,pC)% changing the default plotting convention
plottingConvention.default.east = yvector% changing the plotting convention for a dataset
% to be used in all future plotting commands
ebsd.how2plot = pCInput
| outOfScreen | vector3d |
| east | vector3d |
Output
| pC | plottingConvention |