Skip to content

Include upper bound in 3d view V-cut#531

Merged
nvaytet merged 1 commit intomainfrom
include-upper-bound-in-vcut
Feb 19, 2026
Merged

Include upper bound in 3d view V-cut#531
nvaytet merged 1 commit intomainfrom
include-upper-bound-in-vcut

Conversation

@nvaytet
Copy link
Member

@nvaytet nvaytet commented Feb 19, 2026

The value-based (V) cut in 3D views was leaving out the upper bound.
Users would expect the upper bound given by the slider handle to be included in the selection (see also #526).

Example: data containing all zeros except one value = 100: the max value is left out of the selection
Screenshot 2026-02-19 at 12 39 03

We fix this by using <= instead of < in our selection.

@celinedurniak
Copy link
Collaborator

This change fixes the issue. The figure below shows the display with this new version of plopp

Screenshot 2026-02-19 at 13 16 32

Copy link
Collaborator

@celinedurniak celinedurniak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change fixed the issue with the display as shown in the comments.

@nvaytet nvaytet merged commit 07ded49 into main Feb 19, 2026
4 checks passed
@nvaytet nvaytet deleted the include-upper-bound-in-vcut branch February 19, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants