How to rotate the GND map by 90°? #718
-
Hi all, Recently, I am working on the GND density of FCC metal. The plotting code is as follows: plot(ebsdS,GND,'micronbar','off') The result is good, but I want to rotate the GND map 90° counterclockwise. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
you may try Ralf. |
Beta Was this translation helpful? Give feedback.
-
Hi, https://mtex-toolbox.github.io/EBSD.extend.html Cheers, |
Beta Was this translation helpful? Give feedback.
you may try
plotx2east
orplotx2north
at the beginning of your script.Ralf.