Description:
This routine creates a
new Plot with the same attributes as a supplied Plot, but covering a sub-region within the world
coordinate system and graphics viewport.
Invocation
CALL ATL_CUTPL( IPLOT1, IFRM, DLBND,
DUBND, IPLOT2, STATUS )
Arguments
IPLOT1 = INTEGER (Given)
The source Plot.
IFRM =
INTEGER (Given)
Index of the Frame within IPLOT1 in which the bounds are supplied.
DLBND(
) = DOUBLE
PRECISION (Given)
The axis values at the lower left corner of the region to be covered by the new Plot.
The number of axis values supplied should equal the number of axes in the Frame identified by IFRM.
DUBND(
) = DOUBLE PRECISION (Given)
The axis values at the upper right corner of the region to be
covered by the new Plot. The number of axis values supplied should equal the number of axes in the
Frame identified by IFRM.
IPLOT2 = INTEGER (Returned)
The new Plot.
STATUS = INTEGER
(Given and Returned)
The global status.