Display grain ID on IPDF #2288
Unanswered
bibiboom89
asked this question in
Ask Anything
Replies: 1 comment 1 reply
-
Hi, o = orientation.rand(4,crystalSymmetry('622'))
labels = num2cell(num2str([1:length(o)]'))
plotIPDF(o,xvector,'label',labels) where Hope this helps. Cheers, Rüdiger |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
First of all, I’d like to wish you all a Happy New Year! 🎉
Right now, I'm converting my orientations into miller index which provides me xyz coordinates, but they are not exactly the same as in the IPF. I guess these is due to the projection distortion. But how can I correct that ?
I’m currently working on a project where I’m trying to plot selected grains from an EBSD map onto an IPDF figure.
It can be found below two figures:
The first image shows the selected grains from the EBSD map along with their identification numbers.
The second image plots these grains on the IPDF triangle, visualized with the Young’s modulus isovalues.
My goal is to add the identification numbers to each dot on the IPDF figure so they can be easily referenced between the two figures. However, I couldn’t find a way to achieve this using MTEX.
Is there a way to retrieve dots positions from an IPDF figure so I can then display texts next to them ?
If anyone could guide me toward a solution or share relevant examples, I’d be incredibly grateful! 😊
Thank you in advance for your help!
Best regards,
Remy
Beta Was this translation helpful? Give feedback.
All reactions