You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That said, while I haven't tried it myself yet, one should be able to manually merge the produced .dot file output of two (or more) runs in a text editor.
What you would have to do is open the output of your two runs in an editor for each and then copy the // nodes ... section of one file and append it to the same section of the other file. Then do the same for // edges ....
I'm not sure from the top of my head how graphviz handles duplicate nodes/edges, so might have to run the merged // nodes ... and // edges ... sections through sort -f | uniq to eliminate any redundant nodes/edges.
I have a workspace with multiple packages and I want to visualize if there's any inter-dependency between them. Is that possible?
The text was updated successfully, but these errors were encountered: