hi, i have a problem plotting a x-y graph, string by string.. my application always collects all the data in an array first before plotting it. How can i plot it strand by strand? Thanks in advance. ade
It will slow down your program, but you may want to put the graph terminal into the loop that builds the array. This will be slower because it calls the UI each loop instead of just updating the graph once at the end. If you can accept the performance hit, I would recommend it as I like to see something happening as it goes.
hi, can you explain in more details? My array is put inside a for-loop which generates the ramp voltage. My x-y graph terminal is also in this for-loop, but it does not plot every string. Maybe i misunderstood u, can u elaborate? thanks, adeline