-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
More space between nodes/edges #615
Comments
@AKC0 |
|
@AKC0 Please post your code. Also have a look at the following: |
@clayms Well your solutions are funny and pragmatic to me. But I should state that my diagram is generated dynamically out of an excel table. So I can't manually place invisible edges or nodes with width and height of 0 as I don't even know how many nodes and edges I get. I just presupposed that there would be a simple parameter I could use but apperently there is nothing fitting. Closest I got was "nodesep" but it doesn't help that some don't work wit dot and even when they should it may not work because you have e.g. "ortho"... For me it is to complicated. Still thanks for your suggestions! |
@AKC0 If you are using python to generate the code from the excel file, then you should be able to also modify the |
@clayms yeah but I want to use ortho 😄 As I said: I thought there would be the one attribute I could use but apparently there are only kludges so it's fine. |
Hello, first of thanks for this Project! Unfortunatly I am only getting unclear outputs. In my case a lot of edges are going parallel which makes it hard to differ them. I didn't find a way to get more space between them. I did find Graphviz attributes like 'concentrate' or 'mindist' but they either just didn't do anything or even said:
"Warning: node 'xy', graph 'xy' size too small for label"
Thanks in advance and kind regards!
The text was updated successfully, but these errors were encountered: