[graphviz-interest] dot with fixed node positions

Peng Yu <[email protected]>
Newsgroups gmane.comp.video.graphviz
Message-ID <CABrM6wk_B5YyHQ9idTXMeFH8CF-w0sX07xV_BHAJTOsJESgyBg@mail.gmail.com>
Hi,

I'm trying to fix node positions in dot. But the following command
does not work. When I try with  -Kneato or -Kfdp, then the node
positions seem to be fixed. Is the default engine can not be used if
node positions are supposed to be fixed?

~/linux/test/graphviz/lang/dot/digraph/pos$ cat main.dot
digraph
{
  a [ pos="0,0!" ];
  b [ pos="100,0" ];
  c [ pos="200,0" ];
  a -> b;
  a -> c;
  b -> c;
}
~/linux/test/graphviz/lang/dot/digraph/pos$ dot -Tpng -o main.png main.dot


-- 
Regards,
Peng
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.