proposal: cmd/modgraphviz
: Colorize edges for more clear view on large graphs
#73879
Labels
Proposal
ToolProposal
Issues describing a requested change to a Go tool or command-line program.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
Proposal Details
Problem
Description
When using
modgraphiz
on large codebases, it generates edges colored black which makes it very hard to differentiate between edges when they blend in one big edge like the following.Proposed solution
We can add a color property to the edge struct; we then populate this property with the same color for all nodes that depend on the current node.
Example
Dot Code
Output
Is this an acceptable solution to start working on and open a PR with?
The text was updated successfully, but these errors were encountered: