Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tracecompass.incubator-dev] Plotting a Simple XY Chart

Hello community,

I have a simple trace that has some event types along with their cpu loads (in percentages) and timestamps. I want to plot a simple line graph (timpestamp vs cpu load in %) for each event type. I have followed the example scripts and by using createXYProvider(analysis, map) and openXYChartView(provider) functions I have been able to get a line graph for each event type, with time stamp on the X axis. However, the Y axis displays quark values. I am not getting how to make my Y axis use the cpu load values instead of quark values. Need support in this regard.

P.S.: I am using _javascript_ in EASE framework.

Thanks,
Basavaraj Munnoli



Back to the top