Hello,
I want to plot on a graph datas coming from AdcaResults;
I can print scatter data on top, using the following "gist" code:
<gc-widget-container id="page_data_bottom_container" horizontal layout elevation="1">
<gc-widget-plot id="gc_widget_plot1">
<gc-widget-plot-data-points-2d id="line1" implicit-x></gc-widget-plot-data-points-2d>
</gc-widget-plot>
<gc-model-streaming id="Gui_ValueAdcaResults"></gc-model-streaming>

But I cannot plot the data.
Can anybody help.
Thank you in advance.
==> how to plot a matrix [Gui_ValueIndex,GuiValueAdcaResults] ? only "ImplicitX" works for me with Gui_ValueAdcaResults only in the field of "pm_1".