Skip to content

Plotter: color everywhere

Since 35e40457 the static plotters (LinePlot mainly) support an additional colors parameter. Extend this support and interface to ILinePlot. Add support for it in the signal interface: trace_event:column:color with color a comma-spearated rgb value between 0 and 255. For example, thermal:temp:255,0,0 plots the temperature in the thermal trace in red.

Merge request reports