Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

I’m plotting several xy graph using 3D plot to create 3D like surface appearance. How do I disconnect last point from graph#1 from first point of graph#2? I don’t want those connecting lines to show since they are not part of the actual data.

I’m plotting several xy graph using 3D plot to create 3D like surface appearance. How do I disconnect last point from graph#1 from first point of graph#2?  I don’t want those connecting lines to show since they are not part of the actual data.

Milutin
0 Kudos
Message 1 of 4
(3,509 Views)
Hi

You should post these types of questions to the LabVIEW board, not the instrument board.

But this one is so easy, even I know this.....(after programming 14 years in LabVIEW)

put a Value of NaN inbetween the two graphs. these will not be shown.
so for x and y fill in a NaN (Not a Number)

greetings from the Netherlands
0 Kudos
Message 2 of 4
(3,500 Views)

Thanks a bunch! Even the simplest problem sometimes bring things to a standstill.

Sorry about my choice of post – I thought I was in the Lab View section of the post. Is there a way to remove my original post?

Milutin



0 Kudos
Message 3 of 4
(3,498 Views)