Top "Dot" questions

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

Graphviz: Putting a Caption on a Node In Addition to a Label

In my Graphviz graph (written in DOT), I want each node to have a label, but in addition to that, …

graphviz dot
Newline in node label in dot (graphviz) language

Does anyone know how to put newline in the label of the node? \n is not working - instead some …

newline graphviz dot
size of node with shape=circle

i'm trying to set the size of the nodes this way: controller[shape=circle,width=.5,label="Controller",style=filled,fillcolor="#8…

size graphviz dot geometry shape
Plotting the Digraph with graphviz in python from DOT file

This is the API reference for graphviz. I could not find any method that generates a directed graph from an …

python-2.7 graph graphviz dot
GraphViz Node Placement and Rankdir

I'm having very good luck with graphviz and have been able to make nearly every graph that I need. I'm …

graphviz dot
How do I set the resolution when converting dot files (graphviz) to images?

I tried $ dot -Tpng rel_graph.gv > rel_graph.png but the resulting image has a very low quality.

graphviz dot
Family tree layout with Dot/GraphViz

I am trying to draw a family tree with Dot and GraphViz. This is what I currently have: # just graph …

graphviz dot family-tree graph-layout genealogy
How to manage distance between nodes in graphviz?

I am trying to plot a graph with 3 levels of nodes, with equal distances between the levels. However, graphviz somehow …

graphviz dot
Dot graph language - how to make bidirectional edges automatically?

Here is a very simplified example of my Dot graph: strict digraph graphName { A->B B->A } This …

graph graphviz dot
Forcing orthogonal (vertical or horizontal) edges with dot

I would like to force dot displaying only vertical or horizontal edges between nodes. I have found a similar request …

graphviz dot edges orthogonal