ptemplate create

A plot template is analogous to a piece of paper on which the horizontal axis label, vertical axis label, legend, title, and subtitle will be drawn. Each plot template has a name, and you can identify the entire plot by the name of the plot template. One horizontal axis and one vertical axis are created with the plot template.

Format:

 
ptemplate create
ptemplate_name=
new page template
num_plots=
integer value
Configuration=
plot_configuration
Type / Size =
hardcopy_paper
Orientation=
hardcopy_orient
Height=
real
Width=
real

Example:

 
ptemplate create &
ptemplate_name =
page_template__1 &
num_plots =
4 &
Configuration =
Plot1 &
Type =
A1 &
Orientation =
Portrait

Description:

 
Parameter
Value Type
Description
ptemplate_name
New Page Template
Specifies a string of characters that identifies an existing plot
num_plots
Integer Value
Configuration
Plot_configuration
Type / Size
Hardcopy_paper
Orientation
Hardcopy_orient
Height
Real
Specifies the height of the info window
Width
Real
Specifies the width of the info window

Extended Definition:

1. Ptemplate_name or plot names are assigned at the time of plot creation. You can refer to the plot by its name until it is deleted. Each plot should have a unique name.
2. The value should be a real number between 0.0 and 2.0, where 2.0 represents the height of the Adams View window. Therefore, a value of 1.0 will set the info window to be half as high as the Adams View window.
3. The value should be a real number between 0.0 and 2.0, where 2.0 represents the width of the Adams View window. Therefore, a value of 1.0 will set the info window to be half as wide as the Adams View window.