Hi, I'm using GRAPH_DATA_YT_AddValue() function to continuously plot values on a graph. In my application, I should not plot '0' (Y-axis value) outputs and am just required to leave it or skip it (for that iteration alone) and proceed to plot the next Y-axis value. The current implementation is stitching together Y-axis inputs, and I'm not able to skip X-axis points without plotting anything. How can I implement this? Any suggestions? Let me know if any part of my issue/ question is confusing. I…