KPG1_LGTRN

Saves a transformation for a base-10 logarithmic plot in the AGI database

Description:

This routine defines the transformations between world and a log10-log10 or log10-linear world co-ordinate system, and saves the transformation in the AGI database with the current picture.

Invocation

CALL KPG1_LGTRN( XLOG, YLOG, STATUS )

Arguments

XLOG = LOGICAL (Given)
If true the x-axis is logarithmic in world co-ordinates, otherwise it is linear.
YLOG = LOGICAL (Given)
If true the y-axis is logarithmic in world co-ordinates, otherwise it is linear.
STATUS = INTEGER (Given and Returned)
The global status.

Prior Requirements