jocassid / pip-viz

A tool for visualizing dependency of installed pip packages using graphviz
MIT License
0 stars 0 forks source link

Experiment with edge options to make connections easier to follow #6

Open jocassid opened 3 months ago

jocassid commented 3 months ago

Try straight-line or ortho edges.

jocassid commented 3 months ago

graph [rankdir=LR; splines="ortho"; mclimit=2.0; ranksep=1.0] seems to clean things up a bit

jocassid commented 2 months ago

I added these options to the script this will be fixed in the next release