<div class="csl-bib-body">
<div class="csl-entry">Dobler, A., & Nöllenburg, M. (2024). Improving Temporal Treemaps by Minimizing Crossings. <i>Computer Graphics Forum</i>, <i>43</i>(3), Article e15087. https://doi.org/10.1111/cgf.15087</div>
</div>
-
dc.identifier.issn
0167-7055
-
dc.identifier.uri
http://hdl.handle.net/20.500.12708/201154
-
dc.description.abstract
Temporal trees are trees that evolve over a discrete set of time steps. Each time step is associated with a node-weighted rooted tree and consecutive trees change by adding new nodes, removing nodes, splitting nodes, merging nodes, and changing node weights. Recently, two-dimensional visualizations of temporal trees called temporal treemaps have been proposed, representing the temporal dimension on the x-axis, and visualizing the tree modifications over time as temporal edges of varying thickness. The tree hierarchy at each time step is depicted as a vertical, one-dimensional nesting relationships, similarly to standard, non-temporal treemaps. Naturally, temporal edges can cross in the visualization, decreasing readability. Heuristics were proposed to minimize such crossings in the literature, but a formal characterization and minimization of crossings in temporal treemaps was left open. In this paper, we propose two variants of defining crossings in temporal treemaps that can be combinatorially characterized. For each variant, we propose an exact optimization algorithm based on integer linear programming and heuristics based on graph drawing techniques. In an extensive experimental evaluation, we show that on the one hand the exact algorithms reduce the number of crossings by a factor of 20 on average compared to the previous algorithms. On the other hand, our new heuristics are faster by a factor of more than 100 and still reduce the number of crossings by a factor of almost three.
en
dc.language.iso
en
-
dc.publisher
WILEY
-
dc.relation.ispartof
Computer Graphics Forum
-
dc.subject
algorithm engineering
en
dc.subject
CCS Concepts
en
dc.subject
computational experiments
en
dc.subject
crossing reduction
en
dc.subject
Graph drawings
en
dc.subject
temporal data
en
dc.subject
Temporal treemaps
en
dc.title
Improving Temporal Treemaps by Minimizing Crossings