align: in, optional, type=string, default='center'
Normally, the output position is centered in the intial input position. This
keyword can alter the placement of the final position with respect to the initial
position. Allowed values are "top", "right", "bottom", "left", and "center".
aspect: in, optional, type=array
This keyword provides an alternative way of specifying the `aspect_rato` value. Pass
this keyword any 2D array, and the aspect ratio will be calculated to match the 2D array.
position: in, optional, type=array
Use this keyword to specify a four-element normalized starting position for calculating
the final position in the graphics window. By default, the staring position is given
by [0.0, 0.0, 1.0, 1.0] (the entire window). If the `Single_Plot` keyword is set, the
default position is given by [0.125, 0.125, 0.9, 0.9].
single_plot: in, optional, type=boolean, default=0
Set this keyword to change the default starting `Position` to [0.125, 0.125, 0.9, 0.9].
waspect: in, optional, type=float
Set this keyword to the window aspect ratio. If not used, the window aspect is calculated from
the current graphics window as Float(!D.Y_VSize) / !D.X_VSize.