Thanks for the suggestion !
Let's focus on analog first.
With last beta http://beta.plantuml.net/plantuml.jar you can now have :
@startuml
clock clk with period 1
binary "Enable" as EN
analog "Vcore" as VDD
@0
EN is low
VDD is 0
@1
VDD is 1.8
@3
EN is high
@10
EN is low
@11
VDD is 1.8
@20
VDD is 0.3
@50
VDD is 0
@enduml
This is not final yet : there are no value displayed for y-axes. I am not sure where we should display it.
So any idea is welcome :-)