# Graph Drawing with Morphing Partial Edges

**Authors:** Kazuo Misue, Katsuya Akasaka

arXiv: 1908.01441 · 2019-10-03

## TL;DR

This paper introduces a morphing technique for partial edge drawings in graph visualization, aiming to reduce reading time and visual clutter by dynamically transforming edges between partial and complete states.

## Contribution

It formalizes the concept of morphing edge drawing (MED), proposes scheduling requirements, and presents an algorithm to improve readability in graph visualizations.

## Key findings

- MED reduces reading time compared to static PED.
- The scheduling algorithm prevents edge crossings during morphing.
- Experimental results confirm the effectiveness of MED in improving readability.

## Abstract

A partial edge drawing (PED) of a graph is a variation of a node-link diagram. PED draws a link, which is a partial visual representation of an edge, and reduces visual clutter of the node-link diagram. However, more time is required to read a PED to infer undrawn parts. The authors propose a morphing edge drawing (MED), which is a PED that changes with time. In MED, links morph between partial and complete drawings; thus, a reduced load for estimation of undrawn parts in a PED is expected. Herein, a formalization of MED is shown based on a formalization of PED. Then, requirements for the scheduling of morphing are specified. The requirements inhibit morphing from crossing and shorten the overall time for morphing the edges. Moreover, an algorithm for a scheduling method implemented by the authors is illustrated and the effectiveness of PED from a reading time viewpoint is shown through an experimental evaluation.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.01441/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1908.01441/full.md

## References

14 references — full list in the complete paper: https://tomesphere.com/paper/1908.01441/full.md

---
Source: https://tomesphere.com/paper/1908.01441