I am trying to plot an XY graph where I provide a set of X and the Y values. For practice purpose I've been using the random number generators with for loops, as seen in the attached VI. I want to be able to plot multiple plots depending the number of the outer FOR Loop. I can graph the first set of x and y values but I can't seem to grasp how I need access the rest of the set of x and y values. Help...
Your problem is related both to the way you are managing your data, and to the way you are using the XY graph. 1/ your data are organized as different rows, but you are reading only the two top rows; 2/ an XY graph need an array of XY data clusters to plot several independant graphs.
If you look in the examples you will find an example called XY Graph.vi (attached below). That example also shows how to create multiple plots on an XY Graph.