pyan icon indicating copy to clipboard operation
pyan copied to clipboard

Use bidirectional edges where possible

Open Technologicat opened this issue 5 years ago • 0 comments

If A -> B and B -> A (where A, B are nodes), use graphviz's concentrate=true option to create a bidirectional edge instead of two unidirectional edges. See example.

This could reduce clutter in the resulting visualization, especially for modvis, where bidirectional implicit dependencies on a package's __init__ module are common.

Technologicat avatar Nov 05 '19 14:11 Technologicat