StreamTable: An Area Proportional Visualization for Tables with Flowing Streams
Jared Espenant, Debajyoti Mondal

TL;DR
StreamTable introduces a visualization method for weighted tables using flowing streams, optimizing aesthetics like excess area and cell adjacency through algorithms and complexity analysis.
Contribution
The paper presents efficient algorithms for fixed row arrangements and explores NP-hardness for optimizing stream aesthetics with flexible row permutations.
Findings
Provides an $O(rc)$-time algorithm for fixed row arrangements.
Shows NP-hardness of optimizing aesthetics with flexible row permutations.
Proposes quadratic programming techniques for aesthetic improvements.
Abstract
Let be a two-dimensional table with each cell weighted by a nonzero positive number. A StreamTable visualization of represents the columns as non-overlapping vertical streams and the rows as horizontal stripes such that the intersection between a stream and a stripe is a rectangle with area equal to the weight of the corresponding cell. To avoid large wiggle of the streams, it is desirable to keep the consecutive cells in a stream to be adjacent. Let be the smallest axis-aligned bounding box containing the StreamTable. Then the difference between the area of and the sum of the weights is referred to as the excess area. We attempt to optimize various StreamTable aesthetics (e.g., minimizing excess area, or maximizing cell adjacencies in streams). (A) If the row permutation is fixed and the row heights are given, then we give an -time algorithm to optimize these…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Optimization and Packing Problems · graph theory and CDMA systems
