ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

Plotter color everywhere v2 #204

Closed JaviMerino closed 8 years ago

JaviMerino commented 8 years ago

This is v2 of #199. Changes since v1:

Since 35e4045 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.

sinkap commented 8 years ago

for the def to_dygraph_colors exactly what I had in mind! Thanks! :+1: