Graph drawing

Graphs are usually represented pictorially using dots to represent vertexes, and arcs representing the edges between connected vertexes. Arrows can be used to show the direction of directed edges.

There are different approaches to graph layout and these are considered under a branch of graph theory termed as graph drawing.

Note that this graphical representation (a layout) should not be confused with the graph itself (the abstract, non-graphical structure). Very different layouts can correspond to the same graph (see external link #1). All that matters is which vertices are connected to which others by how many edges.

Some of the well known layouts are

Contents

Academic conferences

One of the top academic conferences for new research in graph drawing is the annually held International Symposium on Graph Drawing (GD).

GD 2005 (Limerick, Ireland)

Open problems

Recently, a wiki for keeping track of the open problems in the field of graph drawing has been set up.

http://problems.graphdrawing.org

See also

References

External links

Examples of graph layouts:

A collection of animated interactive graph layouts:

Popular graph layout tools

See also: Graph drawing, Arrow, Glossary of graph theory, Graph (mathematics), Graph theory, Printed circuit board, Spring layout, State diagram, Symmetry group, Tree (graph theory)