Is it possible to do 'bottom to top direction' ?

+1 vote
asked Sep 19, 2014 in Closed question / help by zxcl111 (120 points)
'top to bottom direction' works but not the inverse. I know I can change the arrow direction, or write the direction inside the arrow, but it makes the script hard to read and write. Is there any command that would allow

 

A --> B

B --> C

 

to create a graph that points upward ?

Thanks.

1 Answer

–1 vote
answered Feb 23, 2018 by Anthony-Gaudino (5,720 points)

I guess you can do this:

a -up-> b
commented Oct 24, 2018 by Dinis Cruz
That worked perfectly thx :+1:
...