Is it possible to make the nodes not align in a rank, but clump up with multiple ranks, or even shuffling inside a box? The nodes can be in a graph or a subgraph.
Requirements:
Must use dot layout
Must not use invisible edges
(Click to edit in the online editor)
Another suggested solution: Is it possible to have a subgraph using neato layout, while the whole graph using dot?
This is the part that I need to shuffle in my actual graph. The whole graph is a hierarchical graph, so dot is a must. These nodes does not need to take much space. Since there are many nodes like this, having an automatic solution is great.
[The forum software and/or my cut/paste technique messed up the input file, here is a correct version (I hope):] unicode1.gv (431 Bytes)
Yea, It seems that unflatten can work for you!
Boo! It appears that you are fighting your OS (Windows?) and/or shells choices of fonts and/or interpretation of character strings. Ugh.
The bash version seems closer to “correct”, though both seemed to correctly present the Numeric character reference encodings (&#nnn;) (Numeric character reference - Wikipedia)
Please try my improved file. Also, please provide some or all of your source.
Thanks! I had a look myself. Indeed, the code is separate, only ready for command line. I’m in the process of transferring the code to my interface library as we speak. A bad hack for sure.
But, shouldn’t this code be part of a shared library and get an API? Without that it won’t be usable by non-command line use, like the WASM library here (which I intend to use for my web version). There seem to be a few more such tools like tred that aren’t accessible without command line.