Skip to content

Commit 5770993

Browse files
committed
Update aspect ratio plot
1 parent bcc8dce commit 5770993

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-1.44 KB
Loading

visu/viz_stokes_param_aspect.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
% figure parameters
55
nt = 5;
66
sims = {'aspect_ratio'};
7-
fact = [0.6, 0.5, 0.4, 0.3, 0.2, 0.1];
7+
fact = [1.0, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2, 0.1];
88
subs = [1 2 4 8]; % number of grid subdivisions
99
resol = [127, 255, 511, 1023, 2047];
1010
% vis

0 commit comments

Comments
 (0)