Skip to content

The source code of paper "SineStream: Improving the Readability of Streamgraphs by Minimizing Sine Illusion Effects"

License

Notifications You must be signed in to change notification settings

Ideas-Laboratory/SineStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SineStream: Improving the Readability of Streamgraphs by Minimizing Sine Illusion Effects

The source code of the implementation of 'SineStream: Improving the Readability of Streamgraphs by Minimizing Sine Illusion Effects'. And offer some interactions to adjust the parameter of the algorithm.

Screenshot of the MainPage.

The input json file should be formatted as below:

[
    {
        "name": "Layer_X",
        "fillcolor": "rgb(166,206,227)", // if missed, we will assign a random color to each layer
        "size": [1, 2 ,3 ,4 ,5 ,6 ] // all layers' size must be equal in length
    },
]

Abstract

In this paper, we propose SineStream, a new variant of streamgraphs that improves their readability by minimizing sine illusion effects. Such effects reflect the tendency of humans to take the orthogonal rather than the vertical distance between two curves as their distance. In SineStream, we connect the readability of streamgraphs with minimizing sine illusions and by doing so provide a perceptual foundation for their design. As the geometry of a streamgraph is controlled by the baseline (the bottom-most curve) and the ordering of the layers, we re-interpret baseline computation and layer ordering algorithms in terms of reducing sine illusion effects. For baseline computation, we improve previous methods by introducing a Gaussian weight to penalize layers with large thickness changes. For layer ordering, three design requirements are proposed and implemented through a hierarchical clustering algorithm. Quantitative experiments and user studies demonstrate that SineStream improves the readability and aesthetics of streamgraphs compared to state-of-the-art methods

About

The source code of paper "SineStream: Improving the Readability of Streamgraphs by Minimizing Sine Illusion Effects"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published