I have VI which communicates with instrument and aquires data ( 1D array ) ie. (-1,0),(0,0),(1,1),(2,3),(3,8),(4,25) These are just sample values which I'm getting.
I want to display these values on the X-Y graph where X is the 1st element of the array and Y is the second. Perhaps it is very simple, unfortunatelly I cannot find way to do it.