DOT (graph description language) (source code)

= DOT (graph description language)
{wiki=DOT_(graph_description_language)}

DOT is a plain text graph description language primarily used for representing directed and undirected graphs. It is part of the Graphviz software suite, which is an open-source graph visualization tool. DOT allows users to specify the nodes and edges of a graph in a simple syntax, making it easy to define graph structures programmatically.