# Stress-Plus-X (SPX) Graph Layout

**Authors:** Sabin Devkota, Reyan Ahmed, Felice De Luca, Katherine E. Isaacs,, Stephen Kobourov

arXiv: 1908.01769 · 2019-08-26

## TL;DR

Stress-Plus-X (SPX) is a flexible graph layout optimization framework that simultaneously improves stress, edge crossings, crossing angles, and upwardness, leading to more readable graph drawings.

## Contribution

Introduces SPX, a novel joint optimization framework for multiple graph readability criteria, outperforming traditional single-metric algorithms.

## Key findings

- SPX achieves high-quality graph layouts balancing multiple criteria.
- Joint optimization improves overall readability compared to optimizing individual metrics.
- Experimental results demonstrate SPX's effectiveness across various graph types.

## Abstract

Stress, edge crossings, and crossing angles play an important role in the quality and readability of graph drawings. Most standard graph drawing algorithms optimize one of these criteria which may lead to layouts that are deficient in other criteria. We introduce an optimization framework, Stress-Plus-X (SPX), that simultaneously optimizes stress together with several other criteria: edge crossings, minimum crossing angle, and upwardness (for directed acyclic graphs). SPX achieves results that are close to the state-of-the-art algorithms that optimize these metrics individually. SPX is flexible and extensible and can optimize a subset or all of these criteria simultaneously. Our experimental analysis shows that our joint optimization approach is successful in drawing graphs with good performance across readability criteria.

## Full text

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

## Figures

29 figures with captions in the complete paper: https://tomesphere.com/paper/1908.01769/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/1908.01769/full.md

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