Teaching:TUW - UE InfoVis WS 2008/09 - Gruppe 02 - Aufgabe 1 - Parallel Coordinates: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
===Example===
===Example===
An example of Parallel Coordinates can be found when evaluating automobiles: the different axis are the horsepower, acceleration, the weight, cylinders etc. The lines crossing the axes represent the values corresponding to a particular car model. In this figure cars with six cylinders were emphasized through brushing, histograms are laid over axes, and one data-point is shown with all details.  [infovis.net], [vrvis.at].  
An example of Parallel Coordinates can be found when evaluating automobiles: the different axis are the horsepower, acceleration, the weight, cylinders etc. The lines crossing the axes represent the values corresponding to a particular car model. In this figure cars with six cylinders were emphasized through brushing, histograms are laid over axes, and one data-point is shown with all details.  [infovis.net], [vrvis.at].  
[[Image:Pc_example_car.gif|right|200px|thumb|"Figure2: Car model".]]
[[Image:Pc_example_car.gif|right|200px|thumb|Figure2: Car model]]
   
   
===Extruded Parallel Coordinates===
===Extruded Parallel Coordinates===
An extension of Parallel Coordinates are Extruded Parallel Coordinates. For each dataset a new set of axis is created and shifted along the z-axis. In interactive environments a clear overview can be given by drawing planes between polylines of two different datasets and tilting or rotating the model/ moving the point of view. [CG2, 1997].
An extension of Parallel Coordinates are Extruded Parallel Coordinates. For each dataset a new set of axis is created and shifted along the z-axis. In interactive environments a clear overview can be given by drawing planes between polylines of two different datasets and tilting or rotating the model/ moving the point of view. [CG2, 1997].
[[Image:Pc_extrude.gif|right|200px|thumb|Figure3: Extruded Parallel Coordinates.]]
[[Image:Pc_extrude.gif|right|200px|thumb|Figure3: Extruded Parallel Coordinates]]





Revision as of 20:10, 6 November 2008

Parallel coordinates is a common way of visualizing high-dimensional geometry and analyzing multivariate data.

Revealed Information

When analyzing data, it is almost always the first step to get an overview and understand the data, its properties, distribution and pitfalls. In order to achieve this, usually the data is visualized. By visualizing multidimensional datasets with common coordinate systems human cognition is limited to few dimensions [IEEE, 1990]. The fourth dimension in 3d-diagramms can be visualized by using different colors, point-sizes or shapes. But this technique does not always point out the features you are interested in.

Parallel coordinates enable displaying multi dimensional datasets in coordinate systems by placing each dimension on its own axis and arranging these axes parallel to each other. Each point is put on the accordant axis; lines are drawn to connect related data points [Scienceblogs, 2008]. Adding more dimensions in the parallel coordinates involves adding more axes.


Figure1 shows the following three points with four dimensions in a parallel coordinate system:

  • P1(20,28,80,20),P2(30,39,35,31),P3(47,48,46,44)
Figure1: Parallel Coordinates

As this figure demonstrates distinctive features can be easily found using this technique. In this way, distinctive features and the distribution of the data can be explored. One can see immediately, that the values of P1 are somehow diverse. With the help of hiliting or linking and brushing also the data can be explored in more detail.

Example

An example of Parallel Coordinates can be found when evaluating automobiles: the different axis are the horsepower, acceleration, the weight, cylinders etc. The lines crossing the axes represent the values corresponding to a particular car model. In this figure cars with six cylinders were emphasized through brushing, histograms are laid over axes, and one data-point is shown with all details. [infovis.net], [vrvis.at].

Figure2: Car model

Extruded Parallel Coordinates

An extension of Parallel Coordinates are Extruded Parallel Coordinates. For each dataset a new set of axis is created and shifted along the z-axis. In interactive environments a clear overview can be given by drawing planes between polylines of two different datasets and tilting or rotating the model/ moving the point of view. [CG2, 1997].

Figure3: Extruded Parallel Coordinates


References