mtex-toolbox / mtex

MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:
http://mtex-toolbox.github.io/
GNU General Public License v2.0
281 stars 185 forks source link

issue plotIPDF labels #153

Closed kilir closed 8 years ago

kilir commented 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.

ipdf

Cheers, Rüdiger

ralfHielscher commented 8 years ago

Thank you for reporting. Fix is here 9a14c50