!P.Position

Corresponding Plot Keyword: Position

Specifies the position of the plot within the graphics window. It is called by specifying a four-element vector as follows:

!P.Position = [Xmin, Ymin, Xmax, Ymax]

The minimum and maximum position values are specified in normalized coordinates. For example, to position a plot in the center of the screen, type:

!P.Position = [0.2, 0.2, 0.8, 0.8]

Note:

The !P.Position variable will only position the plot itself, and the annotation on the axes may be cut off. If the plot and its associated annotation must be positioned, use the Region field of the !P system variable.