Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphiz spacing output hard to read #3

Open
infotek opened this issue Aug 2, 2016 · 1 comment
Open

graphiz spacing output hard to read #3

infotek opened this issue Aug 2, 2016 · 1 comment

Comments

@infotek
Copy link

infotek commented Aug 2, 2016

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.

@ytti
Copy link
Owner

ytti commented Aug 3, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants