Skip to content
Snippets Groups Projects
Verified Commit b881bb4a authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Fix ADC plotting profile

parent b6a70717
No related branches found
No related tags found
No related merge requests found
......@@ -147,8 +147,8 @@ function SequenceDiagram(bbb::BaseBuildingBlock)
)
else
kwargs[:ADC] = SinglePlotLine(
[0., delay, delay + duration(event), duration(bbb)],
[0., 1., 1., 0.],
[0., delay, delay, delay + duration(event), delay + duration(event), duration(bbb)],
[0., 0., 1., 1., 0., 0.],
)
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment