Parallel coordinates and scatter plots: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
(New page: This page exists to discuss the design and implementation of parallel coordinate and scatter plot views in ParaView. == Literature Survey == * Novotný and Hauser. [http://www.sccg.sk/~m...)
 
Line 3: Line 3:
== Literature Survey ==
== Literature Survey ==


* Novotný and Hauser. [http://www.sccg.sk/~mnovotny/papers/MNovotny_HHauser_VIS2006.pdf Outlier-Preserving Focus+Context Visualization in Parallel Coordinates], ''IEEE Transactions on Visualization and Computer Graphics'', vol. 12, no. 5, pp. 893-900, September-October, 2006
* Artero, de Oliveira, Levkowitz. "[http://vis.computer.org/vis2004/DVD/infovis/papers/artero.pdf Uncovering Clusters in Crowded Parallel Coordinates Visualizations]," in Proceedings of the IEEE Symposium on Information Visualization 2004, Austin, TX. Oct. 10-12, 2004
* Blaas, Botha, and Post. "Extensions of Parallel Coordinates for Interactive Exploration of Large Multi-Timepoint Data Sets," ''IEEE Transactions on Visualization and Computer Graphics'', vol. 14, no. 6, pp. 1436-1451, November/December, 2008. '''E-mail dfeng@sandia.gov or dcthomp@sandia.gov''' for a copy; it is not freely available.
* Novotný and Hauser. "[http://www.sccg.sk/~mnovotny/papers/MNovotny_HHauser_VIS2006.pdf Outlier-Preserving Focus+Context Visualization in Parallel Coordinates]," ''IEEE Transactions on Visualization and Computer Graphics'', vol. 12, no. 5, pp. 893-900, September-October, 2006


== Design alternatives ==
== Design alternatives ==

Revision as of 14:05, 11 June 2009

This page exists to discuss the design and implementation of parallel coordinate and scatter plot views in ParaView.

Literature Survey

  • Artero, de Oliveira, Levkowitz. "Uncovering Clusters in Crowded Parallel Coordinates Visualizations," in Proceedings of the IEEE Symposium on Information Visualization 2004, Austin, TX. Oct. 10-12, 2004
  • Blaas, Botha, and Post. "Extensions of Parallel Coordinates for Interactive Exploration of Large Multi-Timepoint Data Sets," IEEE Transactions on Visualization and Computer Graphics, vol. 14, no. 6, pp. 1436-1451, November/December, 2008. E-mail dfeng@sandia.gov or dcthomp@sandia.gov for a copy; it is not freely available.
  • Novotný and Hauser. "Outlier-Preserving Focus+Context Visualization in Parallel Coordinates," IEEE Transactions on Visualization and Computer Graphics, vol. 12, no. 5, pp. 893-900, September-October, 2006

Design alternatives

  • Draw the tuples directly
  • Draw histograms
  • Draw histograms plus some tuples

Benchmark Implementations

  • David Feng's current implementation
  • Julien Finlet's upcoming implementation
  • David Thompson's old implementation