KPG1_ASPLG

Stores a given KeyMap for future use by KPG1_ASPLN

Description:

This routine stores the supplied AST KeyMap pointer in common so that subsequent calls to KPG1_ASPLN can use it. If KPG1_ASPLN has been registered with a Plot using AST_GRFSET, then it will be called by AST whenever AST needs to draw a line. It will then draw the required line and store a description of the line in the AST KeyMap supplied to this routine. Consequently, this routine should usually be called before calling AST_GRFSET.

Invocation

CALL KPG1_ASPLG( KEYMAP, BLEDGE, X1, X2, Y1, Y2 )

Arguments

KEYMAP = INTEGER (Given)
The KeyMap in which to store descriptions of the lines drawn by the AST Plot class.
BLEDGE = LOGICAL (Given)
If TRUE, then do not draw lines that touch an edge of the box specified by X1, X2, Y1 and Y2.
X1 = REAL (Given)
The X value at the left hand edge. Unused if BLEDGE Is .FALSE.
X2 = REAL (Given)
The X value at the right hand edge. Unused if BLEDGE Is .FALSE.
Y1 = REAL (Given)
The Y value at the bottom edge. Unused if BLEDGE Is .FALSE.
Y2 = REAL (Given)
The Y value at the top edge. Unused if BLEDGE Is .FALSE.