next up previous contents index
Next: hardcopy Up: Graphical Output Commands Previous: asciiplot   Contents   Index


combine

The combine command takes no arguments. The command will combine the two most recent plots, if similar, into a single plot, and expands the dimensionality of the resulting plot. The two plots must have identical vector names and compatible lengths. The purpose of this command is to create a single multi-dimensional plot from sequences of runs. The most recent plot is added to the end of the previous plot, and is deleted.

Example:

while i < 5
        
(set parameters for run)

        run
        if i > 0
                combine
        end
        i = i + 1
end

This will combine all the data from the five runs into a single plot.



Stephen R. Whiteley 2006-10-23