-
Notifications
You must be signed in to change notification settings - Fork 213
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
Add support for neato engine no-op command-line flag #131
Comments
Thanks. Marking this as enhancement. Would you like to give it a try? Probably similar to the Lines 202 to 205 in a542d04
Lines 143 to 144 in a542d04
|
+1 - can someone give me some advice to add a PR myself so that I can pass -n2 to the neato engine? |
The code moved around a bit since then (better structure). We need a new argument similar to the graphviz/graphviz/backend/dot_command.py Lines 15 to 19 in ee3ae10
graphviz/graphviz/backend/rendering.py Lines 197 to 206 in ee3ae10
Also the graphviz/graphviz/backend/piping.py Lines 15 to 19 in ee3ae10
Also the other graphviz/graphviz/rendering.py Lines 22 to 36 in ee3ae10
Lines 52 to 59 in ee3ae10
Also Not sure about the naming, maybe Needs test coverage naturally. |
Work in progress in 4ac5a25. |
Added in version |
Is it possible to use the neato engine no-op command-line flag (
-n
CLI flag) to add to an existing graph without altering the current node locations?See "-n[num]" in https://graphviz.gitlab.io/doc/info/command.html
Neato Layout Manual.
The text was updated successfully, but these errors were encountered: