Skip to content

Commit

Permalink
making a minor tweak to figure scaling in multiD PCA
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Stomps committed Oct 31, 2022
1 parent 738720e commit dd66c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def multiD_pca(Lx, Ly, Ux, Uy, filename, n=2):
"Y", "Z"]
jobs = alph[:n]

fig, axes = plt.subplots(n, n, figsize=(15, 15))
fig, axes = plt.subplots(n, n, figsize=(3*n, 3*n))

for row in range(axes.shape[0]):
for col in range(axes.shape[1]):
Expand Down

0 comments on commit dd66c85

Please sign in to comment.