Graph drawing
Encyclopedia
|
| Tutorials | Encyclopedia | Dictionary | Directory |
|
Graph drawing
Graph drawing, as a branch of graph theory, applies topology and geometry to derive two- and three-dimensional representations of graphs. Graph drawing is motivated by applications such as VLSI circuit design, social network analysis, cartography, and bioinformatics.
OverviewGraphs are usually represented pictorially using dots to represent vertices, and arcs to represent the edges between connected vertices. Arrows can be used to show the orientation of directed edges. Note that this graphical representation (a graph layout or an embedding) should not be confused with the graph itself (the abstract, non-graphical structure). Very different layouts can correspond to the same graph. In the abstract, all that matters is which vertices are connected to which others by how many edges. In the concrete, however, the arrangement of these vertices and edges impacts understandability, usability, fabrication cost, and aesthetics. Based on these concepts and caveats, there are different graph layout strategies, such as:
In some applications of graph drawing it is important to formally specify, implement, and verify such procedures. MetricsK4 (the complete graph with 4 vertices) can be drawn with or without overlapping edges (move one of the corners inside the triangle formed by the other three corners) Another possible measure is the closeness of vertices, many graphs look better if non-adjacent vertices are not plotted close to each other. A further measure is the nearness of a vertex to a non-adjacent edge, this distance needs to be sufficiently big for an aesthetically pleasing appearance. Type of graph drawing
See also
References
Further reading
External links
de:Graphzeichnen fr:Tracé de graphes it:Raffigurazione di un grafo tl:Pagguhit ng talangguhit Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article
|
|
top
©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement