Skip to content

Commit

Permalink
Merge pull request #10 from Hiyeri/master
Browse files Browse the repository at this point in the history
Visualization improvements
  • Loading branch information
arnodelorme authored May 23, 2022
2 parents 3a13a00 + ed788c9 commit 944ebc1
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 312 deletions.
2 changes: 1 addition & 1 deletion libs/haufe/allplots_cortex_BS.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function allplots_cortex_BS(cortex, data_in, colorlimits, cm, unit, smooth, prin
end
end

figure('position', [60 828 950 500]);
figure('position', [60 828 950 500]);
subplot(2,3,1);
surface_pars.myviewdir = [-1 0 0];
showsurface3(vc, cortex.Faces_left, surface_pars, data, varargin1{:});
Expand Down
Loading

0 comments on commit 944ebc1

Please sign in to comment.