ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
07-03-2009 09:10 PM
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!
Solved! Go to Solution.
07-03-2009 09:28 PM
Nevermind, figured it out 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
07-04-2009 12:58 AM - edited 07-04-2009 12:59 AM
... 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).
07-04-2009 01:21 AM