Parallel coordinates and scatter plots

From ParaQ Wiki
Jump to navigationJump to search

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