English

Planar Stories of Graph Drawings: Algorithms and Experiments

Computational Geometry 2025-08-26 v1

Abstract

We address the problem of computing a dynamic visualization of a geometric graph GG as a sequence of frames. Each frame shows only a portion of the graph but their union covers GG entirely. The two main requirements of our dynamic visualization are: (i)(i) guaranteeing drawing stability, so to preserve the user's mental map; (ii)(ii) keeping the visual complexity of each frame low. To satisfy the first requirement, we never change the position of the vertices. Regarding the second requirement, we avoid edge crossings in each frame. More precisely, in the first frame we visualize a suitable subset of non-crossing edges; in each subsequent frame, exactly one new edge enters the visualization and all the edges that cross with it are deleted. We call such a sequence of frames a planar story of GG. Our goal is to find a planar story whose minimum number of edges contemporarily displayed is maximized (i.e., a planar story that maximizes the minimum frame size). Besides studying our model from a theoretical point of view, we also design and experimentally compare different algorithms, both exact techniques and heuristics. These algorithms provide an array of alternative trade-offs between efficiency and effectiveness, also depending on the structure of the input graph.

Keywords

Cite

@article{arxiv.2508.17532,
  title  = {Planar Stories of Graph Drawings: Algorithms and Experiments},
  author = {Carla Binucci and Sabine Cornelsen and Walter Didimo and Seok-Hee Hong and Eleni Katsanou and Maurizio Patrignani and Antonios Symvonis and Samuel Wolf},
  journal= {arXiv preprint arXiv:2508.17532},
  year   = {2025}
}

Comments

29 pages, 14 figures, 5 tables.This is the extended version of C. Binucci, S. Cornelsen, W. Didimo, S.-H. Hong, E. Katsanou, M. Patrignani, A. Symvonis, S. Wolf, "Planar Stories of Graph Drawings: Algorithms and Experiments'', to appear in the Proc. of the 33rd International Symposium on Graph Drawing and Network Visualization, GD 2025, LIPIcs, Volume 357, 2025

R2 v1 2026-07-01T05:03:45.667Z