vertical dash line between participants

0 votes
asked Mar 25, 2025 in Question / help by anonymous
How to insert vertical dash line between participants

1 Answer

0 votes
answered Mar 26, 2025 by The-Lu (89,080 points)

Hello A.,

  • Could you precise your question?

If you think about vertical space between messages, you can use `...` or `|||` as:

@startuml
a -> b : msg1
...
|||
a -> b : msg2
@enduml

See also doc. here:

Enjoy,
Regards,
Th.

...