parallel-coordinates
parallel-coordinates copied to clipboard
Canvas to SVG
Is there a quick way to convert parcoords to svg format? I'm trying to download parallel coordinates as an svg using SVG Crowbar. I'm not familiar with canvas, but downloading a vector file help with post work for publication.
I'd recommend creating that chart from the original SVG parallel coordinates example. Perhaps even without brushing, since the data will be pre-filtered.
http://bl.ocks.org/mbostock/7586334
I am considering adding both SVG and WebGL rendering for publication and large datasets, respectively, but these alternate outputs aren't in the library yet.
Marking as enhancement.
d3.svg.line has a nice set of interpolators to check out as well, when working with the SVG version.
https://github.com/mbostock/d3/wiki/SVG-Shapes#line_interpolate
SVG and WebGL would be nice and useful renderers!