Just realised you can combine [hidden] and [norank] with directions.
1 parent d993856 commit d8ffaaf3588ab355dea219dc6170dbdea9b71aa0
Mark George authored on 12 Mar 2018
Showing 1 changed file
View
5
plantuml/class-diagram-tips.md
c2 <-[norank]- c4
' place c2 and c4 even closer
c2 -[hidden]- c4
 
You can combine `hidden`, and `norank` with directions:
 
c1 -[hidden]left- c2
c3 -[norank]up- c4
 
### General Layout Tips
 
Understanding how the layout engine works (GraphVis) makes it easier to get what you want. The previous example with the `[hidden]` and `[norank]` links got weird because we were giving the layout engine conflicting information.