retrieve xAxisDirection from plot

6 views
Skip to first unread message

grandr...@gmail.com

unread,
Jan 18, 2018, 2:41:33 PM1/18/18
to MTEX
I'd like to be able to tell if an EBSD map was plotted with x to east or west (and also for y).  Also telling if z was plotted 'outOfPlane' or not would help.  While ebsd.extend tells me the max and min, it doesn't incorporate the direction...

Thanks, Jessica.

Ralf Hielscher

unread,
Jan 18, 2018, 3:47:29 PM1/18/18
to MTEX
variables of type EBSD only contain data but no information how they are going to be plotted. Indeed you can plot an EBSD data set with

plotx2east, plot(ebsd)

or

plotx2north, plot(ebsd)

if you want so, you can read out the current setting

getMTEXpref('xAxisDirection')

Ralf.
Reply all
Reply to author
Forward
0 new messages