Pole figure 3D presentation #1955
m-amrei
started this conversation in
Tips and Tricks
Replies: 1 comment
-
Hi,
Cheers, |
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
-
Hello,
I wrote the following function in order to present a random set of data points hkl on a 3D sphere surface.
It has been proven to be practical in my case. I would be happy if that could help others (feel free to share if you find it useful, no credit required).
`
function plotPF3D(ebsd, hkl, numPoints, colorMap)
% Function to plot 3D pole figure for a given hkl index and number of points
end`
Beta Was this translation helpful? Give feedback.
All reactions