Skip to content

uneven arrays in parcoords #2405

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 Feb 26, 2018 · 1 comment
Closed

uneven arrays in parcoords #2405

alexcjohnson opened this issue Feb 26, 2018 · 1 comment
Labels
feature something new

Comments

@alexcjohnson
Copy link
Collaborator

Currently if you pass uneven arrays to parcoords, everything gets truncated to the shortest array. In #2399 I tweaked it a little bit to drop length-0 dimensions[i].values arrays, and it's probably fine to continue truncating to the shortest non-empty values array. But for correspondence with other trace types, it seems like line.color should not be able to omit points, but instead should pick a default color for latter points - black perhaps, or white if you're on a dark background?

See #2399 (comment)

@alexcjohnson alexcjohnson added the feature something new label Feb 26, 2018
@gvwilson
Copy link
Contributor

Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
Development

No branches or pull requests

2 participants