A new method for efficiently generating planar graph visibility representations

  • Authors:
  • John M. Boyer

  • Affiliations:
  • IBM Victoria Software Lab, Victoria, BC, Canada

  • Venue:
  • GD'05 Proceedings of the 13th international conference on Graph Drawing
  • Year:
  • 2005

Quantified Score

Hi-index 0.01

Visualization

Abstract

A planar graph visibility representation maps each vertex to a horizontal segment at a vertical position and each edge to a vertical segment at a horizontal position such that each edge segment terminates at the vertical positions of its endpoint vertices and intersects no other horizontal vertex segments. The first O(n) algorithms for producing visibility representations were presented in [4, 5]. These were based on pre-processing to compute both an st-numbering and the dual of the planar graph, which were then used with the combinatorial planar embedding to produce a visibility representation. Greater efficiency is obtained in [3] by eliminating the need for the planar graph dual and by re-using the pre-computed st-numbering in the PQ-tree [1] algorithm.