Skip to content

Different crystallographic directions in one pole figure #2170

Discussion options

You must be logged in to vote

Hi,
plotPDF won't work in that case but you can use vector3d/plot()

mtexdata small

h = Miller({1,0,0},{0,1,0},{0,0,1},ebsd('f').CS);
o= ebsd('f').orientations;

for i = 1:length(h)
plot(o*symmetrise(h(i),'unique'),'add2all','MarkerSize',4)
hold on
end
hold off

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ddimitriou2009
Comment options

Answer selected by ddimitriou2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants