Skip to content

Commit ebf2207

Browse files
authored
Remove colorbar from brainsprite (#1529)
1 parent eeb5afd commit ebf2207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xcp_d/interfaces/execsummary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ def _plot_single_slice(img, i_slice, rh_pial, lh_pial, rh_wm, lh_wm, root_dir):
528528
annotate=False,
529529
vmin=vmin,
530530
vmax=vmax,
531+
colorbar=False,
532+
black_bg=True,
531533
)
532534

533535
# Load the surface mesh (GIFTI format)

0 commit comments

Comments
 (0)