KPG1_ASPCL

Applies clipping to a Plot so that border and co-ordinate grid are restricted to the well bahaved regions

Description:

This routine imposes clipping on a Plot (using the AST_CLIP routine) that restricts drawing to the regions that seem well bahaved. Specifically, drawing is restricted to a rectangular region within the base Frame of the Plot that is determined by transforming the supplied PIXEL bounding box into the current Frame, then converting it to the base Frame.

Invocation

CALL KPG1_ASPCL( IPLOT, LBND, UBND, STATUS )

Arguments

IPLOT = INTEGER (Given)
An AST pointer to the Plot.
LBND( ) = INTEGER (Given)
The lower pixel index bounds of the Plot in the PIXEL Frame.
UBND( ) = INTEGER (Given)
The upper pixel index bounds of the Plot in the PIXEL Frame.
STATUS = INTEGER (Given and Returned)
The global status.