ImPrEd: an improved force-directed algorithm that prevents nodes from crossing edges

  • Authors:
  • Paolo Simonetto;Daniel Archambault;David Auber;Romain Bourqui

  • Affiliations:
  • LaBRI, Université Bordeaux 1 - INRIA, Bordeaux Sud-Ouest;University College Dublin;LaBRI, Université Bordeaux 1 - INRIA, Bordeaux Sud-Ouest;LaBRI, Université Bordeaux 1 - INRIA, Bordeaux Sud-Ouest

  • Venue:
  • EuroVis'11 Proceedings of the 13th Eurographics / IEEE - VGTC conference on Visualization
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

PrEd [Ber00] is a force-directed algorithm that improves the existing layout of a graph while preserving its edge crossing properties. The algorithm has a number of applications including: improving the layouts of planar graph drawing algorithms, interacting with a graph layout, and drawing Euler-like diagrams. The algorithm ensures that nodes do not cross edges during its execution. However, PrEd can be computationally expensive and overlyrestrictive in terms of node movement. In this paper, we introduce ImPrEd: an improved version of PrEd that overcomes some of its limitations and widens its range of applicability. ImPrEd also adds features such as flexible or crossable edges, allowing for greater control over the output. Flexible edges, in particular, can improve the distribution of graph elements and the angular resolution of the input graph. They can also be used to generate Euler diagrams with smooth boundaries. As flexible edges increase data set size, we experience an execution/drawing quality trade off. However, when flexible edges are not used, ImPrEd proves to be consistently faster than PrEd.