Skip to content

Commit

Permalink
addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Jan 24, 2024
1 parent d8d61b3 commit ec2b439
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Imviz
- There is now option for image rotation in Orientation (was Links Control) plugin.
This feature requires WCS linking. [#2179]

- Add "Random" colormap for visualizing image segmentation maps [#2671]
- Add "Random" colormap for visualizing image segmentation maps. [#2671]

Mosviz
^^^^^^
Expand Down
4 changes: 4 additions & 0 deletions jdaviz/configs/default/plugins/plot_options/plot_options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,10 @@
label="Colormap"
dense
></v-select>
<v-alert v-if="image_colormap_value == 'Random'" type='warning' style="margin-left: -12px; margin-right: -12px">
Note: on selecting the "Random" colormap, the stretch percentile preset
is set to min/max and the stretch function is set to linear.
</v-alert>
</glue-state-sync-wrapper>
<glue-state-sync-wrapper v-if="image_color_mode_value !== 'Colormaps' || image_color_mode_sync['mixed']" :sync="image_color_sync" :multiselect="layer_multiselect" @unmix-state="unmix_state('image_color')">
<div>
Expand Down

0 comments on commit ec2b439

Please sign in to comment.