nodes
How to create nodes in a vertical column?
Submitted by georgeu2000 on Mon, 04/23/2012 - 18:38How to create nodes in a vertical column?
I don't see a location, x or y attribute.
How to export nodes coordinates after plotting a graph?
Submitted by iut62elec on Fri, 03/16/2012 - 15:16Hello,
How can I export nodes coordinates after plotting a graph?
Thanks,
Pedram
Labels of the nodes in the output of dot
Submitted by shijovijayan on Wed, 06/01/2011 - 05:52Dear sir, Is it possible to change the labels of the nodes in output of dot. If yes how? thanks in advance. shijo
Way to not merge/combine nodes?
Submitted by bch36 on Thu, 05/12/2011 - 12:27I'm interested in drawing a graph where a new copy of a node is made each time it's used.
To put it another way, every time a node is used, I'd like to have a new circle in the graph so the full tree structure of the graph appears, rather than a more standard state diagram.
To put it a third way, is there some Graphviz option that makes a graph like:
digraph A {
node1->node2
node3->node2
}
End up looking like the following graph?
digraph B {
node2a [label="node2"]
node2b [label="node2"]
node1->node2a
node3->node2b
}

Recent comments
23 hours 40 min ago
2 days 16 hours ago
2 days 17 hours ago
2 days 18 hours ago
2 days 18 hours ago
1 week 1 day ago
1 week 1 day ago
1 week 2 days ago
1 week 2 days ago
1 week 3 days ago