Skip to content

Repository for "Augmenting Parallel Coordinates Plots with Color-coded Stacked Histograms"

License

Notifications You must be signed in to change notification settings

bokjinwook/ParallelHistogramPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Histogram Plot

📖 Full Paper 📜 Poster 🗣️ (Infovis 2021) PDF / Youtube

Repository for Augmenting Parallel Coordinates Plots with Color-coded Stacked Histograms

Overview

1

Parallel Histogram Plot (PHP) is a technique that overcomes the innate limitations of parallel coordinates plot (PCP) by attaching stacked-bar histograms with discrete color schemes to PCP. From the color-coded histograms, users are able to see an overview of the whole data without cluttering or scalability issues. Following the Visual Information Seeking Mantra, the polylines of the original PCP can be used to show details of a small number of selected items when the cluttering problem subsides.

2

Each rectangle in the PHP histograms is color coded according to the data ranking by a selected attribute.

(a) We first order the data items by a user-selected attribute and split the data items into groups according to the order while ensuring that each group has a similar number of items.

(b) We represent each group as a bar and assign a unique color to each group. The colors are sampled from a diverging color scheme, to emphasize low- and high-ranked groups.

(c) We then build histograms by stacking color-coded bars, with each bar representing a group.

3

The color-coding scheme allows users to visually examine relationships between attributes, even between those that are displayed far apart, without repositioning or reordering axes. For example, correlation between the selected(pivot) attribute and all the other attributes can be derived by comparing the color distributions of the corresponding histograms.

Code

To be updated and should be updated...:roll_eyes:

Demo

https://bokjinwook.github.io/ParallelHistogramPlotDemo/

Citation

@ARTICLE{bok2020augmenting,
  author={Bok, Jinwook and Kim, Bohyoung and Seo, Jinwook},
  journal={IEEE Transactions on Visualization and Computer Graphics}, 
  title={Augmenting Parallel Coordinates Plots with Color-coded Stacked Histograms}, 
  year={2020},
  volume={},
  number={},
  pages={1-1},
  doi={10.1109/TVCG.2020.3038446}
}

Contact

[email protected]

Updates

210809 Added Overview

210805 Initial Commit

211027 Added Slides

About

Repository for "Augmenting Parallel Coordinates Plots with Color-coded Stacked Histograms"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published