Skip to content

Commit 8653562

Browse files
committed
fix: Disable subplot colorbars in cifti_surfaces_plot
1 parent b660fa7 commit 8653562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

niworkflows/viz/plots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,7 @@ def get_surface_meshes(density, surface_type):
10921092
vmin=mn,
10931093
vmax=mx,
10941094
axes=ax,
1095+
colorbar=False,
10951096
**hemi_kwargs,
10961097
**kwargs,
10971098
)

0 commit comments

Comments
 (0)