Initial stat and 1st time state

0 votes
asked Mar 25, 2017 in To be sorted by BrianChristensen (120 points)
LR is AtPlace
ST is AtLoad
 
 
@LR
0 is Lowering
100 is Lowered
350 is Releasing
 
 
@ST
0 is AtLoad
200 is Moving
 
In this case it shows AtLoad twice.....once as inial and once at 0.....any way to merge.
If I leave "0 is AtLoad" out theres a space
related to an answer for: Please implement Timing Diagrams
commented Mar 25, 2017 by BrianChristensen (120 points)
Also setting color of initial state would be great.  It seems to take the color of the 1st timed state

1 Answer

0 votes
answered Mar 25, 2017 by plantuml (295,000 points)

Thanks for your tests!

Obviously, we did not make enough of them.

Anyway, here is a last beta https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

It supports:

@startuml
concise "LR" as LR
concise "ST" as ST

LR is AtPlace #blue
ST is AtLoad #gray

@LR
0 is Lowering
100 is Lowered #red
350 is Releasing
 
@ST
200 is Moving
@enduml

Do not hesitate to post again when you'll find other issues.

Thanks again

...