<div dir="ltr">Hi all,<div><br></div><div>I am trying to create a line plot. I have already seen an example and my program works if I have continuous lines.</div><div>Let's say I have the following table (continuous case):<br><br></div><div>X values | Plot value</div><div>1            | 1</div><div>2            | 2<br></div><div>3            | 3<br></div><div>4            | 4<br></div><div><br></div><div>This case works perfectly but if I have the following one</div><div><div><br></div><div>X values | Plot value</div><div>1            | 1</div><div>2            | (not set)<br></div><div>3            | (not set)<br></div><div>4            | 4</div></div><div><br></div><div>the plot behaves like if I set the second and the third plot values to 0. And I just would like to have a gap. Because of this very reason I can not draw 2 lines independently to achieve the gap like this:</div><div><div><br></div><div>X values | Plot value 1| Plot value 2</div><div>1            | 1                | (not set)</div><div>2            | (not set)      | (not set)<br></div><div>3            | (not set)      | (not set)<br></div><div>4            | (not set)      | 4</div></div><div><br></div><div>Please, advise on what can be done to solve the issue</div><div><br></div><div>Regards,</div><div>Andrey</div></div>