Top "Dot" questions

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

Graphviz: How to go from .dot to a graph?

I can't seem to figure this out. I have a .dot file, which is valid according to the syntax. How …

windows graphviz dot
GraphViz - How to connect subgraphs?

In the DOT language for GraphViz, I'm trying to represent a dependency diagram. I need to be able to have …

graphics graphviz dot directed-graph subgraph
How to add edge labels in Graphviz?

I am trying to draw a graph using Graphviz, but I need to add labels on the edges. There does …

graphviz dot
Converting dot to png in python

I have a dot file generated from my code and want to render it in my output. For this i …

python png dot
How to control node placement in graphviz (i.e. avoid edge crossings)

I'm using graphviz (dot) to generate the graph you can see below. The node in the lower left corner (red …

graphviz edge-detection dot
Graphviz, changing the size of edge

How to change the size of edge in dot (graphviz)? I would like to make some edges "bolded".

graphviz dot
sh: dot: command not found + doxygen + Lion

MacOS version: 10.7.2 (Lion) Doxygen version: 1.7.5.1 Graphviz version: 2.29 Doxygen configuration: DOT_PATH = ../../../../Applications/Contents/MacOS/Graphviz HAVE_DOT = YES SHORT_NAMES = …

doxygen graphviz dot
Graphviz installation Ubuntu 14.04

I am trying to create a dot file using JDD project. It requires installation of Graphviz. I tried to install …

ubuntu dependencies graphviz dot
How to force node position (x and y) in graphviz

I am trying to force position of nodes. I have x and y coordinates of my nodes and its also …

position graph-theory graphviz dot
How do I place nodes on the same level in DOT?

I want to render several trees simultaneously and place all root nodes and all leaf nodes on the same level. …

graphviz dot