Re: [graphviz-interest] Directory visualization: help making diagrams look like treeview

leledumbo <[email protected]>
Newsgroups gmane.comp.video.graphviz
Message-ID <[email protected]>
I guess I have an idea, but maybe it's worth analyzing before I implement (so
I won't end up in something that's actually impossible). The tree layout can
be described as a grid, so for instance if I have this directory structure:

a
+b
++c
++d
+e
++f

then I'll actually build the diagram this way (copy-paste to editor with
monospace font):

+---+---+---+
| a |   |   |
+---+---+---+
| - | b |   |
+---+---+---+
| - | - | c |
+---+---+---+
| - | - | d |
+---+---+---+
| - | e |   |
+---+---+---+
| - | - | f |
+---+---+---+

such that each row has connecting invisible edge(s) of the same rank from
the left until 1 column before the rightmost one (the file / directory).
Would that be possible (i.e. the result would be as expected)?



--
View this message in context: http://graphviz.996277.n3.nabble.com/Directory-visualization-help-making-diagrams-look-like-treeview-tp3857p3862.html
Sent from the Graphviz - Interest mailing list archive at Nabble.com.
_______________________________________________
[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.