Top "Dot" questions

DOT is both a mathematical graph description language and a particular graph rendering engine (dot).

graphviz/dot: can the distance between two nodes be set individually?

I'm trying to use dot (version 2.28.0) in order to make a flow chart of my source code. For that, I …

graphviz dot flowchart
How to avoid overlapping nodes in graphviz?

I am trying to draw a graph with many nodes and edges. However, the graph is becoming too clumsy, with …

graphviz dot neato image-graphviz
Remove rectangle from Graphviz Dot cluster subgraph

Is there a way to tell Dot to use a cluster but not show the rectangle around the subgraph nodes?

graphviz dot
Enforcing horizontal node ordering in a .dot tree

I am trying to recreate an example diagram for a binary search tree with GraphViz. This is how it should …

binary-tree graphviz dot
Change Size (Width and Height) of Graph (GraphViz & dot)

Often, the default layout of graphs drawn by GraphViz in the dot language is a little "tight." With too little …

graph graphviz dot
graphviz: record node with a bold title

I'm trying to use graphviz to do something similar to UML class diagrams. I wonder whether there is a way …

uml record graphviz dot
How does one define double-lines for edge and node shapes in graphviz dot?

How can edges and nodes be styled using graphviz dot with doubled lines as shown the in the "LEGAL" and "…

diagram graphviz dot entity-relationship
How to insert mathematical symbols like Greek characters in a Graphviz dot file?

I have an unique problem. I am using dot to represent a graph which is generic in nature. So, instead …

graphviz dot
Graphviz Vertical Ordering

I have a set of GraphViz nodes such that: digraph { A->B; A->C; A->D; } But …

graphviz dot
How do I get graphviz to generate fixed sized subgraphs?

I've been struggling with this for a while and cannot seem to find a straight answer. I'm working with compound …

size graphviz dot subgraph