SKip OFf Each vector of the input data is plotted as a separate group (default).
SKip Single A new plotting group begins every time x-coordinate equals "NO" (the no data flag) ONE or more consecutive times. "SKip Single" is useful when you wish to plot different groups with different markers.
SKip Double A new plotting group begins every time x-coordinate equals "NO" (the no data flag) TWO or more consecutive times. "SKip Double" is useful when you wish to plot different groups using lines that contain breaks.
1 2 2 1 NO NO 3 4 4 3 NO NO NO NO 5 6 6 5With the default "SKip Off", the above will be plotted as two groups each containing nine points. Using "SKip Single", would cause the above data to be divided into three groups. The first group would consist of the data in the first three lines, the second would come from lines four to seven, and the third group from lines eight and nine. Using "Skip Double" would cause the above data to be plotted as two groups with lines one through seven being in the first group and the last two lines making the second group.