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')
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.
Cheers,
Rüdiger