parallel-coordinates icon indicating copy to clipboard operation
parallel-coordinates copied to clipboard

Canvas to SVG

Open ekatzenstein opened this issue 10 years ago • 3 comments

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.

ekatzenstein avatar Apr 03 '14 01:04 ekatzenstein

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.

syntagmatic avatar Apr 03 '14 04:04 syntagmatic

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

syntagmatic avatar Apr 03 '14 04:04 syntagmatic

SVG and WebGL would be nice and useful renderers!

fsausset avatar Apr 16 '14 11:04 fsausset