Closed kilir closed 8 years ago
Hi Ralf, using mtex4.3.beta1
plotIPDF(ebsd('q').orientations,xvector)
results in a plot with 3 digit annotations, while crystal symmetry is 321 which seems to have some rounding issue, displaying 470 instead of 10-10. annotate(Miller(1,0,-1,0,ebsd('q').CS),'symmetrised','labeled') works fine.
annotate(Miller(1,0,-1,0,ebsd('q').CS),'symmetrised','labeled')
Cheers, Rüdiger
Thank you for reporting. Fix is here 9a14c50
Hi Ralf, using mtex4.3.beta1
results in a plot with 3 digit annotations, while crystal symmetry is 321 which seems to have some rounding issue, displaying 470 instead of 10-10.
annotate(Miller(1,0,-1,0,ebsd('q').CS),'symmetrised','labeled')
works fine.Cheers, Rüdiger