How to arrange the Actor?

0 votes
asked Oct 14 in Question / help by xiangke (140 points)
in usercase diagram, default  actor will be placed in left side, If we want to place in the right side or top/down, how to ?

1 Answer

0 votes
answered Oct 14 by kirchsth (4,680 points)

Hi @xiangke

you could do it like this

@startuml
UserLeft -L-> (USe case)
UserRight -R-> (USe case)
UserUp -U-> (USe case)
UserDown -D-> (USe case)
@enduml




details see https://plantuml.com/use-case-diagram#9a49d5ae2dd333a4

BR Helmut

...