The SCALE3 procedure sets up transformation and scaling parameters for basic 3D viewing. This procedure is similar to SURFR and SCALE3D, except that the data ranges must be specified and the scaling does not vary with rotation. Results are stored in the system variables !P.T, !X.S, !Y.S, and !Z.S.
This routine is written in the IDL language. Its source code can be found in the file
scale3.pro
in the
lib
subdirectory of the IDL distribution.
A two-element vector containing the minimum and maximum X values. If omitted, the X-axis scaling remains unchanged.
A two-element vector containing the minimum and maximum Y values. If omitted, the Y-axis scaling remains unchanged.