Graph drawing Guide, Meaning , Facts, Information and Description
Graphss are often represented pictorially as follows: draw a dot for every vertex, and for every edge draw an arc connecting its endpoints. If the graph is directed, indicate the endpoint of an edge by an arrow.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
- spring layout - by using an energy function that is minimized so that nodes and edges spread out by repulsion.
- orthogonal layout - layout with edges running horizontally or vertically, with approaches that reduce the number of edge crossovers and area covered. These are of great interest in the areas of VLSI and PCB layout design.
- symmetric layout - these attempt to find symmetry groups within the graph
- tree layout - these show a rooted tree-like formation, suitable for trees (ie graphs without cycles)
- hierarchical layouts - these attempt to find a source and sink within a directed graph and arrange the nodes in layers with most edges starting from the source and flowing in the direction of the sink.
| Table of contents |
|
2 Open Problems 3 See also 4 References 5 External links 6 Popular graph layout tools |
One of the top academic conferences for new research in graph drawing is the annually held International Symposium on Graph Drawing (GD).
Recently, a wiki for keeping track of the open problems in the field of graph drawing has been set up.
http://problems.graphdrawing.org
Here are some examples of graph layouts:
This is an Article on Graph drawing. Page Contains Information, Facts Details or Explanation Guide About Graph drawing Academic Conferences
Open Problems
See also
References
External links
Popular graph layout tools
