cover image

Force-directed graph drawing

Physical simulation to visualize graphs / From Wikipedia, the free encyclopedia

Dear Wikiwand AI, let's keep it short by simply answering these key questions:

Can you list the top facts and stats about Force-directed graph drawing?

Summarize this article for a 10 years old

SHOW ALL QUESTIONS

Force-directed graph drawing algorithms are a class of algorithms for drawing graphs in an aesthetically-pleasing way. Their purpose is to position the nodes of a graph in two-dimensional or three-dimensional space so that all the edges are of more or less equal length and there are as few crossing edges as possible, by assigning forces among the set of edges and the set of nodes, based on their relative positions, and then using these forces either to simulate the motion of the edges and nodes or to minimize their energy.[2]

SocialNetworkAnalysis.png
Social network visualization using a force-directed graph drawing algorithm[1]
Visualization_of_wiki_structure_using_prefuse_visualization_package.png
Visualization of links between pages on a wiki using a force-directed layout

While graph drawing can be a difficult problem, force-directed algorithms, being physical simulations, usually require no special knowledge about graph theory such as planarity.