dot - Graphviz set edge initial direction -



dot - Graphviz set edge initial direction -

when draw diagram spline=ortho graphviz draws edges go downwards , left or right:

+--[ ] | | v | [ ] +->[ ]

how can specify edges should depart horizontally node?

+--[ ]--+ | | v v [ ] [ ]

this (version 2.38) not working. compass points not implemented spline=ortho. see issue 1992

graphviz dot

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -