Timing Diagram - Plot multiple signals onto 1 Y-axis

0 votes
asked Mar 28, 2023 in Wanted features by anonymous

Hi, hopefully I have not missed this feature in the reference guide. I have found the timing diagram great to use, but I was wondering if it would be possible to have multiple signals share the same Y-axis? 

For example, plotting 'analog' and 'analog2' onto the same plot:

@startuml

<style>

timingDiagram {

  .red {

    LineColor red

     LineThickness 5

     LineStyle 5-8

  }

  .blue {

    LineColor blue

    LineThickness 5

  }

}

</style>

analog  "Analog"  as A <<red>>

analog "Analog2" as A2 <<blue>>

@0

A is 0

A2 is 3

@100

A is 3

A2 is 0

@300

A is 1

@enduml

Thanks for your help.

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.
...