Skip to content

lisa.analysis: Add plot_foo(colors=[...]) parameter

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr410 into master

Allow changing the colors of the plots done by a plot method, by temporarily updating the color cycler on the axis in use.

Add active/sleep durations in plot_task_activations(duration=True): image

EDIT: Updated to also be able to plot the task duty cycle in [0...1], computed for each pair of activation and its following sleep.

Merge request reports