In sequence diagram is it possible to align notes that are placed over lifelines?

+1 vote
asked Aug 4, 2017 in Wanted features by anonymous
If I enter the plantuml code below, the notes are not aligned. If you have a lot of participants with notes over their lifeline this will consume a lot of real estate of the diagram. Is there some way to align the two notes? 
 
@startuml
 
title Align notes
actor Actor as oper
participant Participant_A as scp
participant Participant_A as ssc
hnote over scp: State_X
hnote over ssc: State_Y
 
@enduml
 
 
Regards.
commented Feb 18, 2018 by Anthony-Gaudino (5,720 points)

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...