11-11-2009 04:32 AM
Hi, i am trying to append data to the single plot graph you see below. It is a 1d array. When i build another array to append to this, it becomes a 2d array and am not quite sure how to manipulate this data into another graph/chart. I have a set x-scale from -10 to -100 and on each iteration, about 100 y values are inserted to say -10 and then -20 (x scale) and so on until -100. The graph will be of scatter type.
Any suggestions?
Solved! Go to Solution.
11-11-2009 06:10 AM
11-11-2009 06:14 AM
11-11-2009 06:16 AM
11-11-2009 06:29 AM
Hi Grant,
the main problem is you don't show us all of your code!
The shift register already contains a 2D array, that's why concatenation mode is enabled for the build array... Change the data in the shift register to 1D array!
11-11-2009 06:31 AM
Hi, the previously posted jpg is pretty much my current output. The (Array of Pts) Single Plot is a 1D array. This works fine for one iteration. ie For 1 x-scale value, i plot 100 y values on say x=-10.
My problem is that i want to loop this in my while loop and add more x values but retain previous results on the graph. Now i thought that by using a build array would work but because it creates a 2D array, i dont know what is the best method of putting the new data into a graph. Dont think build array is correct.
Thanks
11-11-2009 06:33 AM
11-11-2009 06:36 AM
11-11-2009 06:37 AM
11-11-2009 06:47 AM