Note that there are some explanatory texts on larger screens.

plurals
  1. POBest layout for graph with long node labels
    primarykey
    data
    text
    <p>My graph has long node labels. Neato makes things overlap; Circo does what I want, it just creates too much space between nodes. I would like to use the Circo result and bring the nodes closer together.</p> <p>Graph code: <a href="https://clbin.com/BbsNP" rel="nofollow">https://clbin.com/BbsNP</a></p> <pre><code>digraph { graph [overlap=scale]; graph [bgcolor=white]; node [shape=box]; 0 [label="long node label" ,shape=box]; 1 [label="long node label" ,shape=box]; 2 [label="aoeu aoe uaoeu oae ueaoo" ,shape=box]; 3 [label="long node labelau" ,shape=box]; 4 [label="aoeu aoe uaoeu oae ueaooeu" ,shape=box]; 5 [label="long node labelaoeu" ,shape=box]; 6 [label="aoeu aoe uaoeu oae ueaoe" ,shape=box]; 7 [label="long node labelaoeuo" ,shape=box]; 8 [label="aoeu aoe uaoeu oae ueao" ,shape=box]; 9 [label="234 aoeua",shape=box]; 10 [label="long node labeluu" ,shape=box]; 11 [label="aoeu aoe uaoeu oae ueao" ,shape=box]; 12 [label=oeuaoeu,shape=box]; 13 [label="long node labelaa" ,shape=box]; 14 [label="aoeu aoe uaoeu oae ueao" ,shape=box]; 15 [label=aoeu,shape=box]; 16 [label=aoeu,shape=box]; 0 -&gt; 1 [color=blue]; 1 -&gt; 0 [color=blue]; 2 -&gt; 1 [color=blue]; 3 -&gt; 0 [color=blue]; 4 -&gt; 3 [color=blue]; 5 -&gt; 0 [color=blue]; 6 -&gt; 5 [color=blue]; 7 -&gt; 0 [color=blue]; 8 -&gt; 7 [color=blue]; 9 -&gt; 7 [color=blue]; 10 -&gt; 0 [color=blue]; 11 -&gt; 10 [color=blue]; 12 -&gt; 10 [color=blue]; 13 -&gt; 0 [color=blue]; 14 -&gt; 13 [color=blue]; 15 -&gt; 13 [color=blue]; 16 -&gt; 13 [color=blue]; } </code></pre> <p>Image: <a href="http://postimage.org/image/mrcak2021/" rel="nofollow">http://postimage.org/image/mrcak2021/</a></p> <pre><code>circo -T jpg Test.Layout.LongNodeLabel.dot &gt; Test.Layou.LongNodeLabel.jpg </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload