Skip to content
Snippets Groups Projects

resources.py: support plotting of collections where lifetimes exceed schedule...

Merged Mikael Henriksson requested to merge resource-plot-fix into master
2 files
+ 23
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
LATENCY_COLOR = (0, 185, 231)
EXECUTION_TIME_COLOR = (255, 100, 66, 200)
SIGNAL_COLOR = (0, 0, 0)
WARNING_COLOR = (255, 0, 0)
SIGNAL_LINEWIDTH: float = 1.0
Loading