IPF Map direction still the same despite code changes #2168
Unanswered
bicer23
asked this question in
Ask Anything
Replies: 1 comment
-
Hi, you do not use the colorkey at all. Try: plot(ebsd('Tin beta'),color);
%or directly
plot(ebsd('Tin beta'),oM.orientation2color(ebsd('Tin beta').orientations));
Cheers, Rüdiger |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear reader,
I have come across the issue, that despite changing the direction of the IPFmap, I still get the same map and key.
Below you can see the code I used for the map.
I intended to change ipf direction by just changin vector3d.X into vector3d.Y/Z.
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions