-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 length parameter to Rel and Lay procedures #153
Comments
Lay_Distance() support is part of #143. PlantUML has a limitation and "distance" only work in layout direction (details see #134) and therefore I cannot make a solution which works in all directions. In the meantime you can use my branch like below
|
Did not realize that |
@Potherca: I wouldn't mark it with "wontfix" we have a working solution (workaround) for that |
For diagrams with a lot of elements, it would be helpful to have more control of the layout, by manipulating arrow lengths. See below
After increasing the arrow length for some relations, the following diagram can be achieved.
Using the
nodesep
skinparam, and longer arrows, the diagram can be further condensed.The text was updated successfully, but these errors were encountered: