This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
I want to use a graph on which I am able to assign a variable not only on Y Axis but also a variable on X axis in order to display a Lissajous figure between the two axis.
Unfortunately I wasn't able to set on X axis a variable , it seems that is set time by default but I'm not able to assign another variable..
Please advise how to proceed in order to display in GUI composer independent variable on each axis, if we can use a standard widget with some settings or you can provide a widget that can provide this functionality.
Hello Florina,
This should be possible with a different type of graph widget. Unfortunately, it does not have a set of properties like most other widgets thus it requires a bit of javascript code to first intercept the data that is incoming, then once you have your data arrays, set new graph widgets properties with your data arrays and calling redraw function.
I'll try to provide more details on monday.
Martin