PaulTaykalo / objc-dependency-visualizer

Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
MIT License
1.84k stars 99 forks source link

Exclude nodes that don't have outgoing edges #26

Closed eaigner closed 7 years ago

eaigner commented 8 years ago

In large projects with many classes this graph can get quite messy. It would help if there was an option to eliminate nodes that only have one incoming edge and no outgoing ones.

PaulTaykalo commented 8 years ago

@eaigner Could you give a screen shot of those? Don't know if this will help. But some filtering will be good to have

PaulTaykalo commented 7 years ago

closed due to inactivity