Top "Dot" questions

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

How to change Graphviz subgraph rank?

I want subgraph clusterCG to have same rank as 3 (clusterCG schould not contain 3) digraph G{ rankdir = LR; node [shape = none] 1…

graphviz dot
Graphviz subgraph doesn't get visualized

I'm trying to create a graph with two subgraphs in dot. The code is as follows: digraph G { subgraph step1 { …

graphviz dot
Graphviz Dot vertical alignment of nodes

I got this dot graph and want the nodes A and D, B and E and C and F to …

graphviz dot
Prevent overlapping records using graphviz and neato

I am building a dot file to represent computer hardware and the physical connections to a network switch and displays. …

graphviz dot neato
How do I get DOT to display an image for a node?

I am not having success displaying an image at a node in dot. My node is defined: SW103 [image="swOpen.…

graphviz dot
Block diagram layout with dot/graphviz

I'd like to implement the following mockup with dot: So far I've got this much: digraph G { graph [rankdir = LR, …

graphviz dot graph-layout
Graphviz (DOT) Captions

I need to print a large number of graphs using Graphviz DOT. To distinguish which input each graph corresponds to, …

graphviz dot
Graphviz's dot tool on Windows

I've created a java program to write a .dot file as I'm using Graphviz software to visualize some data. There …

java windows graphviz dot
Graph is too large for cairo-renderer bitmaps

Im trying to use pyreverse to generate UML images for a project source code. When I run the pyreverse command …

linux graphics ubuntu-12.04 cairo dot
How to control subgraphs' layout in dot?

i have a digraph composed of many independant and simple subgraphs of various sizes. dot lays all these subgraphs horizontally, …

graphviz dot