Graph Visualization Task

From GM-RKB
Jump to navigation Jump to search

A Graph Visualization Task is a visualization task that produces a visualized graph.



References

2016

  • (Wikipedia, 2016) ⇒ http://wikipedia.org/wiki/graph_drawing Retrieved:2016-2-14.
    • Graph drawing is an area of mathematics and computer science combining methods from geometric graph theory and information visualization to derive two-dimensional depictions of graphs arising from applications such as social network analysis, cartography, linguistics, and bioinformatics. [1] A drawing of a graph or network diagram is a pictorial representation of the vertices and edges of a graph. This drawing should not be confused with the graph itself: very different layouts can correspond to the same graph. In the abstract, all that matters is which pairs of vertices are connected by edges. In the concrete, however, the arrangement of these vertices and edges within a drawing affects its understandability, usability, fabrication cost, and aesthetics. The problem gets worse, if the graph changes over time by adding and deleting edges (dynamic graph drawing) and the goal is to preserve the user's mental map.
  1. , pp. vii–viii; , Section 1.1, "Typical Application Areas".