Hello PlantUML team,
Ref. :
Here is a proposal example:
@startuml <style> timingDiagram { .red { LineColor red } } </style> clock clk with period 1 binary "Input Signal 1" as IS1 binary "Input Signal 2" as IS2 binary "Output Signal 1" as OS1 <<red>> @0 IS1 is low IS2 is high OS1 is low @2 OS1 is high @4 OS1 is low @5 IS1 is high OS1 is high @6 IS2 is low @10 IS1 is low OS1 is low @enduml
This is only a proposal, and if that can help for a wanted feature... (for PlantUML team)Regards.
See similar request here:
(--------)
Thanks for the idea.This has been implemented in last release.