CALL LAXES(X0,Y0,ANGLE,VMIN,VMAX,LENGTH,NFORM,TITLE,NCHRS,SIZE [,JUST] ) This routine will draw and annotate a logarithmic axis. FCTR: LX X0,Y0 - Location of the "origin". ANGLE - Angle in degrees of the axis wrt rightward going horizontal, positive being counterclockwise. VMIN - Value at the "origin", rounded down to the next lowest minor division if necessary. VMAX - Value at the end of the axis, rounded up to the next higher minor division if necessary. LENGTH - Length of the axis in floating point scale inches. NFORM - Format of the annotation. NFORM = 1 Suffix. 2 Decimal. 3 Exponential. TITLE - Character string containing title. NCHRS - In absolute value, the number of characters in TITLE. If positive, annotation is to left of the axis (typical Y); if negative, to the right (typical X). SIZE - Character size for annotation, title will be 1.5*SIZE. If negative, no annotation will be added. JUST - Optional argument specifying the justification of lines in TITLE represented by a single character; Default: 'C'. Note: An easy method of scaling and unscaling data is provided through the use of SUBROUTINE PSTN and NTSP.