If you open the file with the "Read From Spreadsheet File" function, you
get your data in a 2-D-array. Now yo have to convert the 2-D-array into
a 1-D-array of clusters (first array element is a cluster of 12.6 and
15, the second array element is a cluster of 13.6 and 20). Now it i
seasy to user the xy-plot.
Niko
baiju_alex wrote:
> I have a text file with contents
> Lat Long
> 12.6 15
> 13.6 20
> I want to plot this data using XY plot, it was really painful to use
> labview XY plot, can anyone please help me to plot it using Labview.