Hi,
the following lines should load the comment part form a text file, then plot an ipf of the property and try to contour the property.
Note that it seems you'd need to adapt this minor change (
https://github.com/mtex-toolbox/mtex/commit/ad05c84df65b85c2c36cfcff874344b56df510fe) from the develop branch to make the contouring work as expected.
% 0 0.1 0.2 0.6
% 0.3 0.4 1.4 0.3
% 1 2.4 0.7 0.1
% 1.9 1.4 0.7 0.1
% 1.2 1.4 0.7 0.2
% 1.1 0.4 1.7 0.1
% 2.1 2.4 0.3 0.1
% 0.3 2.4 0.4 0.8
CS=crystalSymmetry('432');
SS = specimenSymmetry('1');
[o w] = loadOrientation_generic('testEuler.txt','CS',CS,'SS',SS, 'ColumnNames', ...
{'Euler1' 'Euler2' 'Euler3' 'prop'},'Columns',[1,2,3,4],'Radians','Bunge')
plotIPDF(o,w.prop,xvector,'MarkerEdgeColor','r')
nextAxis
plotIPDF(o,w.prop,xvector,'contourf','inverseDistance')
mtexColorbar
Hope that helps.
Cheers,
Rüdiger
________________________________________
From:
mtex...@googlegroups.com <
mtex...@googlegroups.com> on behalf of Scarlet Kong <
scarle...@gmail.com>
Sent: Wednesday, July 18, 2018 4:14:26 AM
To: MTEX
Subject: {MTEX} Re: Plotting Inverse pole figure/Pole figure using Euler angles
--
If you want to reduce the number of emails you get through this forum login to
https://groups.google.com/forum/?fromgroups=#!forum/mtexmail, click "My membership" and select "Don't send me email updates". You can still get emails on selected topics by staring them.
---
You received this message because you are subscribed to the Google Groups "MTEX" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
mtexmail+u...@googlegroups.com<mailto:
mtexmail+u...@googlegroups.com>.
Visit this group at
https://groups.google.com/group/mtexmail.
For more options, visit
https://groups.google.com/d/optout.