Object Reference : Object View and Procedure Reference : Graph
  
 
merge
Merge graph objects.
merge combines graph objects into a single graph object. The graph objects to merge must exist in the current workfile.
Syntax
graph_name.merge graph1 graph2 [graph3 ...]
Follow the keyword with a list of existing graph object names to merge.
Examples
graph mygra.merge gra1 gra2 gra3 gra4
show mygra.align(4,1,1)
The first line merges the four graphs GRA1, GRA2, GRA3, GRA4 into a graph named MYGRA. The second line displays the four graphs in MYGRA in a single row.
Cross-references
See “Graph Objects” for a discussion of graphs.