Skip to content

Commit ace1a8d

Browse files
committed
adjust figure sizes
1 parent 359445d commit ace1a8d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
19.3 KB
Loading
20.4 KB
Loading

test/dissertations/htli/scripts/Figure10.8.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SGWT_dual = (SGWT * SGWT') \ SGWT
88
f = digit_img[:]
99

1010
important_idx = sortperm((SGWT' * f).^2; rev = true)
11-
plot(layout = Plots.grid(10,10), size = (2300, 2200))
11+
plot(layout = Plots.grid(10,10), size = (2300, 2800))
1212
for i = 1:100
1313
grid_vector_plot!(important_idx[i], i, SGWT)
1414
if i == 90

test/dissertations/htli/scripts/Figure10.9.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ f = digit_img[:]
1010
important_idx = sortperm((rNGWF' * f).^2; rev = true)
1111
red_box_inds = [41, 43, 66, 69, 71, 73, 75, 84, 85, 86, 89, 99]
1212
orange_box_inds = [40, 53, 54, 55, 72]
13-
plot(layout = Plots.grid(10,10), size = (2300, 2200))
13+
plot(layout = Plots.grid(10,10), size = (2300, 2800))
1414
for i = 1:100
1515
plot!(clims = (-0.002, 0.02))
1616
grid_vector_plot!(important_idx[i], i, rNGWF)

0 commit comments

Comments
 (0)