Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfHielscher committed Sep 7, 2023
1 parent 361a245 commit ec3acfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/Grains/NeperInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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)

0 comments on commit ec3acfa

Please sign in to comment.