Left to right direction on composite state only?

0 votes
asked Jun 18, 2015 in To be sorted by anonymous
I'm using plantUml to draw some state diagram that have some composite state.

I would like to have the main layout as top to bottom, but in the composite state left to right direction.

Is that possible?

1 Answer

0 votes
answered Nov 20, 2015 by anonymous
Try: State1 -> State2

(note one dash rather than two)

Also, section 7.5 of the document allows for other directions. This should also work:

State1 -right-> State2
...