|
|
|
|
|
by gabimtme
865 days ago
|
|
That's taken into account while rendering the graph. The attraction force between two nodes is inversely proportional to the number of edges a node has. If a node is depended upon a lot, all the resulting edges induce weaker forces to adjacent nodes, so this accounts for the fact that some files will be depended upon a lot, and that's fine. There's also the option to just exclude that kind of files from the analysis with the --exclude flag. I've found that to be useful for massive auto-generated files. |
|