How to Show Disconnected Data Point in XY Graphs

Updated Aug 8, 2025

Issue Details

I'm using an XY graph to display acquisition results that occur in distinct phases. Between these phases, there's a pause where no data is collected. I want the graph to visually represent this pause as a discontinuity, rather than connecting the data points across the gap.

Solution

To achieve the discontinuity, you are require to input the NaN value to break the continuity.

For example:

The XY graph will shown discontinued on the data that had NaN value in between.