Parallel coordinates: Difference between revisions

Content deleted Content added
Line 39:
 
== Software ==
While there are a large number of papers about parallel coordinates, there are only few notable software publicly available to convert databases into parallel coordinates graphics.<ref>{{cite web|url=http://eagereyes.org/techniques/parallel-coordinates|title=Parallel Coordinates|last=Kosara|first=Robert|year=2010}}</ref> Notable software are [[ELKI]], [[GGobi]], [[Macrofocus High-D]], [[Mondrian data analysis|Mondrian]], [[Orange (software)|Orange]] and [[ROOT]]. Libraries include [[Protovis.js]],<ref>{{cite web|url=https://mbostock.github.com/protovis/ex/cars.html|title=Protovis.js: Parallel Coordinates|last=Bostock|first=Mike|year=2011}}</ref> [[D3.js]]<ref>{{cite web|url=https://mbostock.github.com/d3/talk/20111116/iris-parallel.html|title=D3.js: Parallel Coordinates|last=Bostock|first=Mike|year=2012}}</ref><ref>{{cite web|url=http://bl.ocks.org/1341281|title=Parallel%20Coordinates|last=Davies|first=Jason|year=2011}}</ref> provide basic examples, while more complex examples are also available.<ref>{{cite web|url=http://exposedata.com/parallel/|title=Nutrient Contents - Parallel Coordinates|last=Chang|first=Kai|date=|year=2012|website=|url-status=dead|archive-url=https://web.archive.org/web/20160502023325/http://exposedata.com/parallel/|archive-date=2016-05-02|access-date=}}</ref><ref>http://bl.ocks.org/syntagmatic</ref><ref>{{Cite web|url=https://bl.ocks.org/IlievskiV/510869afe89b36eb46744cfbc2f1c1f1|title=Interactive exploring of the Laptop Prices dataset with Parallel Coordinates|last=Ilievski|first=Vladimir|date=2020-02-08|website=bl.ocks.org|url-status=live|archive-url=|archive-date=|access-date=2020-02-17}}</ref> D3.Parcoords.js<ref>{{cite web|url=https://syntagmatic.github.com/parallel-coordinates/|title=Parallel Coordinates (beta)|year=2012|last=Chang|first=Kai}}</ref> (a D3-based library) and [[Macrofocus High-D|Macrofocus High-D API]] (a Java library) specifically dedicated to ||-coordsparallel graphiccoordinates creation have also been published. The [[Python (programming language)|Python]] data structure and analysis library [[Pandas (software)|Pandas]] implements parallel coordinates plotting, using the plotting library [[matplotlib]].<ref>[https://pandas.pydata.org/pandas-docs/version/0.21.0/visualization.html#parallel-coordinates Parallel Coordinates in Pandas]</ref> The [[R (programming language)|R]] programming language package [https://cran.r-project.org/web/packages/GGally/index.html GGally], among others, also implements parallel coordinates plotting.<ref>[https://cran.r-project.org/web/packages/GGally/index.html|title= Parallel coordinates in R]. </ref> High performance interactive parallel coordinates plots rendered with webgl can be made with the [[Plotly]] libraries in [https://plot.ly/python/parallel-coordinates-plot/ Python], [https://plot.ly/r/parallel-coordinates-plot/ R], and [https://plot.ly/javascript/parallel-coordinates-plot/ JavaScript].
 
== Other visualizations for multivariate data ==