DCL:GRPH2:USPACK: Auto-Scaling Routines: Basic Structure
The parameters specific to the USPACK are handled by USpGET/USpSET,
but routines (USSTTL) are also provided for specifying the titles at
once. Of these, USINIT is called from GRFRM and GRFIG,
so the user normally does not need to call it.
The USPACk uses the routines of UUPACK and UXPACK/UYPACK for plotting
coordinate axes and line graphs, so it is affected by the internal variables of
these packages. The control items, their control routines, and the internal
variables are given below.
Control Item | SET Routine | Internal Variable |
The minimum and maximum value of the coordinate axes | * SG p SET/SGSWND | UXMIN/UXMAX/UYMIN/UYMAX |
The viewport | * SG p SET/SGSVPT | VXMIN/VXMAX/VYMIN/VYMAX |
The direction of a coordinate axis | USLSET | LXINV/LYINV |
The offset values | USRSET | XOFF/YOFF |
The factor value | USRSET | XFAC/YFAC |
The tick mark interval | USRSET | DXT/DYT |
The position of the coordinate axis | USCSET | CXSIDE/CYSIDE |
The direction of the tick marks | *UZISET | INNER |
The label interval | USRSET | DXL/DYL |
The direction of the label | *UZISET | IROTL zs |
The centering option of the label | *UZISET | ICENT zs |
The title characters | USCSET/USSTTL | CXTTL/CYTTL |
The unit of the sub-label | USCSET | CXUNIT/CYUNIT |
The parenthesis of the sub-label | USCSET | CBLKT |
The position of the sub-label | USCSET | CXSPOS/CYSPOS |
The flag for title, sub-label, and label | *UZLSET | LABEL zs |
The character size | *UZFACT | argument |
The polyline attributes | *UUSLNI/UUSLNT | argument |