Hi:
The mehtod works. However, there are still two problems.
My code is:
cs=crystalSymmetry('12/m1', [13.4835 7.6626 5.1343], [90,127.78,90]*degree, 'X||a*', 'Y||b', 'Z||c', 'mineral', 'MnZn13', 'color', 'light blue')
oM_MnZn13 = ipfColorKey(grains_MnZn13);
oM_MnZn13.inversePoleFigureDirection = zvector;
plot(oM_MnZn13, 'noLabel')
annotate([Miller(5,0,8,cs,'uvw')],'symmetrised','labeled')
Then, two problems:
1. I would like to get a figure in a right orientation. (see the attached figure)
2. I woule like to know what is the direction index at each corner. (see the attached figure)
