Can I control (reduce) the visible vertivcal space between 2 events in the following example?

0 votes
asked Jan 12, 2018 in Wanted features by boshka (3,940 points)
I'd like a sequence diagram to be more compact in some cases. This can be done by reducing the visible vertical space between events. Here is an example:

@startuml

a->b

activate b

b->c:test

deactivate b

@enduml

If you remove the word "test", the margin will get reduced:

@startuml

a->b

activate b

b->c

deactivate b

@enduml
 

Can the space be reduced/controlled if the "test" is present and it is just one line?

1 Answer

0 votes
answered Jan 12, 2018 by Serge Wenger Work (15,620 points)
To my knowledge, it is not possible for the moment.

It would be nice to have the "negative space" (||-5|| for example)
...