Skip to content
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

Parallel coordinates, with multiple x- or y-scales, or rendering multiple axes? #149

Open
mbostock opened this issue Feb 24, 2021 · 3 comments
Labels
question Further information is needed

Comments

@mbostock
Copy link
Member

mbostock commented Feb 24, 2021

Possibly we can more easily support varying scales (e.g., parcoords and sploms) by passing scaled channels to marks, instead of having the marks invoke the scale, or by passing a function that takes an index.

@Fil
Copy link
Contributor

Fil commented Mar 29, 2021

I've managed to do facet-aware parccords here https://observablehq.com/d/5e522d6993def5f9 (EDIT: notebook trashed in June 2021).
The trick is to compute the extents on the whole dataset rather as on the facet's content (which normalizeX does)

@Fil
Copy link
Contributor

Fil commented Feb 27, 2023

A new iteration on the problem: https://observablehq.com/@observablehq/autoplot-matrix (not really solving it, but going around it).

The correct solution will probably use #1247

@Fil
Copy link
Contributor

Fil commented Jul 18, 2023

See also #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is needed
Projects
None yet
Development

No branches or pull requests

2 participants