I have a tree structure that I want to create a Dot. Each node has 4 edges to the other 4 nodes. In total, there are about 1000 nodes. If I try to generate it using Dot, it will take a very long time (as soon as I let it work for an hour), the CPU load was 100% all the time, but it did not end). Is there any way to speed this up? Maybe setting quality? Or using another (faster?) Visualization software? I attached my dot file to you to check it on your own machine.
Thank. Dot File: http://lh.rs/3fmsfjmbvRw2
source
share