equinor / webviz-subsurface-components

Custom subsurface visualizations for use in Webviz and/or Dash.
https://github.com/orgs/equinor/projects/24
Mozilla Public License 2.0
39 stars 40 forks source link

[NGRM]: clipping range impacts discrete grid 3D colors #2258

Open w1nklr opened 1 month ago

w1nklr commented 1 month ago

When displaying a 3D grid with a discrete property using a color function, changing the colorMapRange does change the colors:

image

The expected behavior is to colorize with a given color the values outside the clipping range, and leaving all the other cells unchanged.