Parallel coordinates and scatter plots: Difference between revisions
From ParaQ Wiki
Jump to navigationJump to search
Line 5: | Line 5: | ||
* 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 | * 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. | * 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. | ||
* Fua, Ward, and Rundensteiner. "[http://davis.wpi.edu/~xmdv/docs/vis99_HPC.pdf Hierarchical Parallel Coordinates for Exploration of Large Datasets]," in ''Proceedings of the conference on Visualization '99'', pp. 43-50. Oct 24-29, 1999. | |||
* Hauser, Ledermann, and Doleisch. "[http://www.vrvis.at/via/research/ang-brush/TR-VRVis-2002-015.pdf Angular Brushing of Extended Parallel Coordinates]," in ''Proceedings of the IEEE Symposium on Information Visualization'', pp. 127ff, 2002 | |||
* 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 | * 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 | ||
Revision as of 14:15, 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.
- Fua, Ward, and Rundensteiner. "Hierarchical Parallel Coordinates for Exploration of Large Datasets," in Proceedings of the conference on Visualization '99, pp. 43-50. Oct 24-29, 1999.
- Hauser, Ledermann, and Doleisch. "Angular Brushing of Extended Parallel Coordinates," in Proceedings of the IEEE Symposium on Information Visualization, pp. 127ff, 2002
- 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