KPG1_PGCUT

Cuts a section out of the current PGPLOT window

Description:

This routine sets the PGPLOT viewport so that it covers a specified section of the current PGPLOT window. The world co-ordinate bounds of the corresponding window are set to the supplied bounds.

Invocation

CALL KPG1_PGCUT( X1, X2, Y1, Y2, STATUS )

Arguments

X1 = REAL (Given)
The X world co-ordinate at the bottom left corner of the section of the viewport to be cut.
X2 = REAL (Given)
The X world co-ordinate at the top right corner of the section of the viewport to be cut.
Y1 = REAL (Given)
The Y world co-ordinate at the bottom left corner of the section of the viewport to be cut.
Y2 = REAL (Given)
The Y world co-ordinate at the top right corner of the section of the viewport to be cut.
STATUS = INTEGER (Given and Returned)
The global status.