logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GETSI - returns the exponents which define the plotting range in the plotter address unit coordinate

Access

       To use GETSI, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.

Description

       IX          (an  output variable of type INTEGER) is the X axis exponent for plotter coordinates defining
                   a range of 1 to 2**IX - 1.  IX has a default value of 10.

       IY          (an output variable of type INTEGER) is the Y axis exponent for plotter coordinates  defining
                   a range of 1 to 2**IY - 1.  IY has a default value of 10.

Name

       GETSI - returns the exponents which define the plotting range in the plotter address unit coordinate
       system.

See Also

       Online: spps, seti

       Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics

Status

       Plotter Address Units (PAUs) are no longer used in NCAR Graphics; thus, GETSI is considered an obsolete
       routine.

       The current recognized coordinate systems are GKS world coordinates, GKS normalized device coordinates,
       NCAR Graphics fractional coordinates, and NCAR Graphics user coordinates.  See the NCAR Graphics document
       "The Use of X/Y Coordinates in NCAR Graphics" for a description of these coordinate systems.

       GETSI continues to be provided for compatibility of early NCAR Graphics codes.

       The following definition of the PAU Coordinate System is included for the purpose of interpreting and
       converting PAU codes:

       The plotter coordinates of a point are integers IPX and IPY, where IPX is between 1 and 2**MX and IPY is
       between 1 and 2**MY.  MX and MY are internal parameters of SPPS; each has the default value 10.  Values
       of MX and MY can be set by routine SETI and retrieved by routine GETSI.

Synopsis

       CALL GETSI (IX,IY)

See Also