KPG1_GDQPC

Returns the extent of the current picture

Description:

This routine makes the current PGPLOT bviewport and window match the current AGI picture, and returns the extent of the picture in AGI world co-ordinates and physical co-ordinates (metres).

Invocation

CALL KPG1_GDQPC( X1, X2, Y1, Y2, XM, YM, STATUS )

Arguments

X1 = REAL (Returned)
The X world co-ordinate of the bottom left corner.
Y1 = REAL (Returned)
The Y world co-ordinate of the bottom left corner.
X2 = REAL (Returned)
The X world co-ordinate of the top right corner.
Y2 = REAL (Returned)
The Y world co-ordinate of the top right corner.
XM = REAL (Returned)
The extent of the Y axis in metres.
YM = REAL (Returned)
The extent of the Y axis in metres.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: