[graphviz-interest] Flatten Formatting sfdp output for dot file
Jing Lu <[email protected]> Wed, 22 Jan 2014 14:11:21 -0500
| Newsgroups | gmane.comp.video.graphviz |
|---|---|
| Message-ID | <CAJVaavHo5nisDDW9Dhfsp1-ywGKuPuHyDop2J1Bcm__cWU4GNQ@mail.gmail.com> |
Hi Graphviz developers,
The question I have is very simple. If I run in command line: sfdp
-Gsmoothing=triangle -Gsize=10 all_0.9.gv > 09_simple.gv, I will have
following format for gv file. Is that possible to specify in parameter to
have a flattened format like: N0 [color=blue, height=0.041667,
label="", pos="90.141,91.856", width=0.041667];
graph G {
graph [bb="0,0,159.34,133.54",
size=10,
smoothing=triangle
];
node [label="\N",
shape=circle,
style=filled
];
N0 [color=blue,
height=0.041667,
label="",
pos="90.141,91.856",
width=0.041667];
N2 [height=0.013889,
label="",
pos="90.203,91.081",
width=0.013889];
}
Thanks,
Jing
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest