10-26-2017 10:02 PM
Hello,
I have arrival of n- triplet points in the form {x,y,z} per loop cycle. For simplicity let us assume that n=1 and only a single triplet arrives per cycle, I would like show them on Intensity chart graph where x values correspond to time, y values to frequency and z values to different intensity.Something like in the attached image but the graph should update its range as the data arrive, plot against the data values and for each cycle replot keeping previous values.
Thanks !
10-26-2017 10:41 PM
Intensity graph 3 will update on each loop iteration because the terminal is inside the loop. Intensity 2 will only show the final result when the loop ends.
10-26-2017 11:10 PM - edited 10-26-2017 11:18 PM
Thank you for your reply. The intensity graph outside the loop should not be there.
10-27-2017 12:10 AM
Hi,
If you want your graph to retain the previous data and also to plot the new data, it would be better to use intensity chart instead of intensity graph.
Regards,
Karthiga