Top "Graphviz" questions

Graphviz, developed by AT&T Research Labs, is the leading application for layout and drawing of graphs (objects comprised of vertices connected by edges).

How to change arrowhead type?

I want to simulate non-directional graphs with .dot. To that end, I want the arrowhead type to be "none". How …

syntax graphviz
why doesn't fillcolor work with graphviz?

I am following the exact instructions from the graphviz documentation, but I am unable to add fillcolor to nodes. Here …

graphviz
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
Color a particular node in Networkx and Graphviz

I am writing a program to plot a graph from a distance matrix. It is working fine. Now I want …

graph numpy graphviz networkx graph-visualization
Text wrapping with dot (graphviz)

I used the code below to create a graphic using dot (graphviz). digraph { node [color=Blue,shape=box] 1.1 [label="Frequency …

graphviz word-wrap
Graphviz: How to change border color

Given a node like so, on a white background "test" [ style="filled,dashed" shape=box color=lightgray label="Hello World" ]; …

graph colors border graphviz
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
Tool for drawing parse trees?

Does anyone have a good tool for drawing parse trees arising from a context-free grammar? There is this question, but …

graphviz context-free-grammar parse-tree
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