Skip to content

Parcoords: cannot select the first enumerated value with a zero-width range #2950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexcjohnson opened this issue Aug 28, 2018 · 0 comments
Assignees
Labels
bug something broken

Comments

@alexcjohnson
Copy link
Collaborator

The Parallel Coordinates plot does not select the first enumerated value when the individual values are selected as their own constraint ranges.

For example, if the values are [1 ,2, 3] and the constraint range is [[1, 1], [2, 2], [3, 3]], bars will show up next to 2 & 3, but not 1.

This following codepen demonstrates this issue: https://codepen.io/donolingerPHX/pen/oPxQyM

Look at the IndivConstsEnum dimension. Bars show up next to all values except Delta1.

Changing the range for Delta1 (value 1) to [1, 1.01] is enough to get the bar to show up.

The problem seems to exist on the first enumerated value of any dimension, even if the selection is out of order (eg [[2, 2], [1, 1], [3, 3]] it's still 1 that doesn't show up).

reported by @donolingerPHX

@alexcjohnson alexcjohnson added the bug something broken label Aug 28, 2018
@archmoj archmoj self-assigned this May 27, 2019
@archmoj archmoj closed this as completed May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

2 participants