Skip to content

Commit 52831f0

Browse files
committed
Adjust figure size
1 parent 819d4dc commit 52831f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

preprocessing/preprocessing_tutorial.ipynb

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

preprocessing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ def visualize_defacing(
3131
"""
3232

3333
modality_np = nib.load(file).get_fdata().transpose(2, 1, 0)
34-
plt.figure(figsize=(6, 6))
34+
plt.figure(figsize=(4, 5))
3535
plt.title(file.name)
3636
plt.imshow(modality_np[:, ::-1, 75], cmap="gray", origin="lower")

0 commit comments

Comments
 (0)