help graph rename dialog: graph rename
-------------------------------------------------------------------------------
Title
[G] graph rename -- Rename graph in memory
Syntax
graph rename [oldname] newname [, replace]
If oldname is not specified, the name of the current graph is assumed.
Menu
Graphics > Manage graphs > Rename graph in memory
Description
graph rename changes the name of a graph stored in memory.
Option
replace specifies that it is okay to replace newname if it already
exists.
Remarks
See [G] graph manipulation for an introduction to the graph manipulation
commands.
graph rename is most commonly used to rename the current graph -- the
graph currently displayed in the Graph window -- when creating the pieces
for graph combine:
. graph ..., ...
. graph rename p1
. graph ..., ...
. graph rename p2
. graph combine p1 p2, ...
Also see
Manual: [G] graph rename
Help: [G] graph manipulation; [G] graph copy