mtex icon indicating copy to clipboard operation
mtex copied to clipboard

sigma section do not consider plottingConvention

Open kilir opened this issue 3 months ago • 0 comments

plotSection works with the standard plottingConvention with z pointing out of the plane, however when z points into the plane the plot is not ok.


%% this is ok
xyzPlot = plottingConvention(zvector,xvector);
setMTEXpref('xyzPlotting',xyzPlot);

odf = unimodalODF(orientation.id)
plotSection(odf,'sigma')

%% this is interesting but not ok

xyzPlot.intoScreen = zvector
setMTEXpref('xyzPlotting',xyzPlot);

plotSection(odf,'sigma')

Cheers,

Rüdiger

kilir avatar Mar 15 '24 21:03 kilir