Hi, :)
I don't know if someone else has had the next problem, basically, when I try to plot a PDF, MTEX is plotting me IPDF.
This is the procedure that I'm following:
First I create an orientation in this way:
csb = crystalSymmetry('cubic')
ss = specimenSymmetry('orthorhombic')
ori = orientation.byEuler(0*degree,45*degree,0*degree,csb,ss)
And then I try to plot the Pole Direct Figure (PDF) in this way
plotPDF(ori, Miller({1,0,0},{1,1,0},{1,1,1,},ori.CS})
And then, instead of a PDF, MTEX plot an Inverse Pole Figure
How could I fix it?
Thanks for your help