LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to make an XY graph of (X,Y) "dots" that are not connected?

Solved!
Go to solution

Hi,

 

Using some loops I'm generating increasing (X,Y) values, like...

 

(0,0)

(0,1)

(0,2)

...

(2,1)

(2,2)

 

What I'd like to do is plot these values onto an XY graph as distinct "dots".

 

Right now, using the "Build XY Graph" function, I do get a graph of all these points, BUT they're connected. So, for example, instead of seeing a distinct "dot" at (0,0) and another at (0,1), I see a line that spans from (0,0) to (0,1).

 

How do I turn off this automatic connecting between well-separated (X,Y) values?

 

Thanks!

0 Kudos
Message 1 of 4
(3,014 Views)

Nevermind, figured it out Smiley Very Happy takes 2 steps, first make a "Plot Interpolation" property and set it to 0, and second, make a "Point Style" property and set it to 1 or whatever else looks pretty

0 Kudos
Message 2 of 4
(3,009 Views)
Solution
Accepted by topic author clas004

... or you can do it in one step by picking the second common plot style from the front panel. (later you can change the point style if desired).

 

Message Edited by altenbach on 07-03-2009 10:59 PM
Message 3 of 4
(3,002 Views)
Thank you, that's even more convenient!
0 Kudos
Message 4 of 4
(2,998 Views)