Skip to content

Commit

Permalink
use colormap specified by user
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-pinkau committed Dec 11, 2024
1 parent 5b017ac commit 80a2b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +siibra/+items/Region.m
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function visualizeInTemplate(obj, space, colormap_name)
hVolumeContinuous = volshow(template, ...
OverlayData=cast(continuousMap * 254 + 1, "uint8"), ...
OverlayRenderingStyle="VolumeOverlay", ...
OverlayColormap=colormap("hot"), ...
OverlayColormap=colormap(colormap_name), ...
RenderingStyle="GradientOpacity", ...
Parent=viewer, ...
Alphamap=linspace(0,0.2,256));
Expand Down

0 comments on commit 80a2b24

Please sign in to comment.