visx icon indicating copy to clipboard operation
visx copied to clipboard

Does anyone know how to make a parallel coordinates chart with vx?

Open kevinxia787 opened this issue 7 years ago • 3 comments
trafficstars

kevinxia787 avatar Jul 10 '18 15:07 kevinxia787

@kevinxia787 I haven't seen an example of this yet but should definitely be possible (tho some parallel coordinates visualizations are implmented with <canvas /> for perf, which vx does not currently support).

I'll work on this next time I have a bit of free time unless someone beats me to it.

williaster avatar Jul 12 '18 21:07 williaster

@kevinxia787 @williaster Coincidently I've been looking at these / bump charts lately (but haven't attempted an example yet).

Here are some examples I've seen that might be useful for reference:

  • http://www.columbia.edu/~cme2126/datavisuals/bigdata_parallelcoordinates.html
  • Exoplanets II
  • Nutrient Parallel Coordinates IV
  • https://syntagmatic.github.io/parallel-coordinates/
  • https://bl.ocks.org/jasondavies/1341281
  • https://github.com/syntagmatic/parallel-coordinates
  • Nutrient Parallel Coordinates
  • http://blockbuilder.org/eesur/1a2514440351ec22f176
  • https://formidable.com/open-source/victory/gallery/parallel-brush-axis/
  • Slopegraphs

Can also be similar to some "bump charts" I've seen

  • https://bl.ocks.org/johnwalley/a0734cf335b44365026adae40cce5945
  • http://bl.ocks.org/cjhin/b7a5f24a0853524414b06124c559961a

although I think of bump charts more like:

  • https://roadtolarissa.com/stacked-bump/

Some possible features in demo

techniq avatar Jul 13 '18 01:07 techniq

Sorry to revise this from the grave, but out of curiosity has anyone found a good way of implementing a parallel coordinates plot using VisX?

m-sterspace avatar Mar 18 '21 14:03 m-sterspace