Question regarding sequence diagram

0 votes
asked Apr 2, 2015 in Wanted features by gembin (180 points)

Is it possible to remove the bottom reactangle of a participant ?

 
Expected example:   http://pasteboard.co/2gGn8AEH.png

1 Answer

0 votes
answered Apr 2, 2015 by plantuml (298,440 points)
selected Apr 5, 2015 by gembin
 
Best answer
Yes, it's possible http://plantuml.sourceforge.net/sequence.html#Footer

@startuml

hide footbox
title Footer removed

Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

@enduml
commented Apr 3, 2015 by gembin (180 points)
Oh, yes,  thanks a lot for your quick response.
...