I want to find a way to center the ticket box and change box within the divider lines between the Commuter and Ticket Vending Machine swimlanes. Can someone help me. Diagram in the online editor:https://www.plantuml.com/plantuml/uml/bP9DRi8m48NtFiKiuGfaGvjALNUeoQQgM5Z918yIZrF_WAXo-Df4o0KLAbPndE-zRqRAsdbfVT2345Dfj0uUxIJ4wLQ8LPMUKA5pPBY8J4rDZnxso2tn3hHi535E4Nt7hu3EGsrfX3VkJ75PkTfOiwSMCt2tB-5DzFx6isGZZnhPtr2SFpzWoONKBPRW5J8iFXjfMpYGLp3AutOPcvubzodt5BmobhuHoiJaE0uEOpBoSx2HJgLaKdTtHtaXDoB7z8oaTUVJzchBL_IPkLbuiSWegStpWEJpcvAympHVrfUdkwIVJt_eC_F_MfKo1wWZtyE72SNrVsP68TOn5VJm0m00@startuml
|Commuter|
start
:Start Session;
|Ticket vending machine|
:Request Trip Info;
:Provide Trip Info;
:Process Trip Info;
:Request Payment;
:Provide Payment Info;
:Process Payment;
if() then ([card with pay])
|Bank|
:Authorize Card Payment;
else ([pay with cash])
endif
:Dispense Ticket;
:Ticket]
:Get Ticket;
if() then ([paid with cash and with change])
:Dispense Change;
:Change]
:Get Change;
:Show Thank You;
stop
@enduml
(--------)
Hello H., and all,
1/ To center, just change label from:
[paid with cash and with change]
to
[paid with cash\nand with change]
2/ And for the second point:
If that can help,Regards,Th.
I'm sorry if my question caused confusion, but the image below is what I desire
Here is a simple current workaround: