diff --git a/doc/Grains/NeperInterface.m b/doc/Grains/NeperInterface.m index 7835ca686..3745fec29 100644 --- a/doc/Grains/NeperInterface.m +++ b/doc/Grains/NeperInterface.m @@ -111,6 +111,8 @@ grains224 = job.getSlice(N(3),A,'silent'); %% +% the resulting slices are grain maps which we can visualize in 3d + plot(grains001,grains001.meanOrientation); hold on plot(grains1_10,grains1_10.meanOrientation); @@ -119,6 +121,6 @@ % set camera how2plot = plottingConvention; -how2plot.outOfScreen = vector3d(-10,-5,2) -how2plot.east = vector3d(1,-2,0) +how2plot.outOfScreen = vector3d(-10,-5,2); +how2plot.east = vector3d(1,-2,0); setCamera(how2plot)