netcrawl icon indicating copy to clipboard operation
netcrawl copied to clipboard

graphiz spacing output hard to read

Open infotek opened this issue 9 years ago • 1 comments
trafficstars

The image produced was hard for me to read because the elements were so tightly grouped. I used the following to space them out.

" graph NetCrawl { nodesep=2; splines=true; sep="+25,25";

_10_21_143_203[label=.... "

awesome software.

infotek avatar Aug 02 '16 23:08 infotek

Feel free to submit pull request, looks very reasonable change. I'm not really clued-up on graphiz/dotty, so I'm sure lot can be done to make the graphs better.

Did you try all:

  • circo
  • dot
  • fdp
  • neato
  • osage
  • patchwork
  • sfdp
  • twopi

and what ever options there these days are

ytti avatar Aug 03 '16 09:08 ytti