04-23-2008 10:13 PM
Is the question how to create x number of graphs on the fly? Or will you have a fixed number? If you have a fixed number, then you will be taking different subsets of the array you read in fom the file. You would then apply altenbach's solution to scale the different x axes. I will repeat my last question - why are you trying to do this with picture plots instead of the normal graph? The normal waveform graph makes this pretty simple.
04-23-2008 10:22 PM
04-23-2008 10:38 PM
And how are you planning on creating the graphs on the fly? There are certain techniques that can do this but none of them are trivial for a beginner. Much better to limit the number and control their visibility.
And as I said, you need to combine altenbach's solution with the Array Subset function to retrieve x number of segments from the data array read from file.
04-23-2008 10:54 PM