You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: