pragmatism first

Manual pages

Scope: NCAR GRAPHICS.

[ Alias ↣ ] Name (section) Brief
agback(3NCARG) Draws the background specified by the current values of the control parameters - the primary.
agbnch(3NCARG) Provides an easy way to convert binary dash patterns into character dash patterns.
agchax(3NCARG) Provides a way for the user to change the color, intensity, line style, etc., of various portions of.
agchcu(3NCARG) Provides a way for the user to change the color, intensity, line style, etc., of curves drawn by.
agchil(3NCARG) Provides a way for the user to change the color, intensity, text style, etc., of the informational.
agchnl(3NCARG) Provides a way for the user to substitute arbitrary character strings for the numeric labels.
agcurv(3NCARG) Draws a curve in a manner specified by the current values of the control parameters - the primary.
agdshn(3NCARG) Provides an easy way to generate the names of parameters in the group 'DASH/PATTERN.', for use in.
aggetc(3NCARG) Allows a user program to retrieve (in effect) the character-string values of certain single.
aggetf(3NCARG) Allows a user program to retrieve the real value of a single parameter.
aggeti(3NCARG) Allows a user program to retrieve the integer equivalent of the real value of a single parameter.
aggetp(3NCARG) Allows a user program to get the values of a group of parameters containing one or more elements.
aggetr(3NCARG) Allows a user program to retrieve the real value of a single parameter.
agpwrt(3NCARG) Provides a way for the user to change the style of all text strings drawn by Autograph.
agrstr(3NCARG) Restores a saved state of Autograph.
agsave(3NCARG) Saves the current state of Autograph for later restoration by AGRSTR.
agsetc(3NCARG) Allows a user program to (in effect) store a character string as the value of a specified single.
agsetf(3NCARG) Allows a user program to store a real number as the value of a single parameter.
agseti(3NCARG) Allows a user program to store the real equivalent of an integer as the value of a single parameter.
agsetp(3NCARG) Allows a user program to reset the values of a group of parameters containing one or more elements.
agsetr(3NCARG) Allows a user program to store a real number as the value of a single parameter.
agstup(3NCARG) Performs "set-up" tasks required before AGBACK and AGCURV may be called. Basically, AGSTUP examines.
agutol(3NCARG) Provides a way for the user to change the user-system-to-label-system mapping for one or more of the.
anotat(3NCARG) Changes the values of certain primary control parameters, purportedly having to do with "annotation".
ardbpa(3NCARG) Produces a plot showing all of the edge segments in an area map that have a specified group.
ardrln(3NCARG) Draws a polyline that is masked by a given area map.
areas(3NCARG) A set of routines allowing you to create an area map from a set of edges and then to use the area map.
areas_params(3NCARG) This document briefly describes all Areas parameters.
aredam(3NCARG) Adds edge segments to an area map.
argeti(3NCARG) Retrieves the integer value of an Areas parameter.
argetr(3NCARG) Retrieves the real value of an Areas parameter.
argtai(3NCARG) Returns the area identifiers associated with a given point.
arinam(3NCARG) Initializes an area map.
armvam(3NCARG) Moves an area map from one integer array to another.
arpram(3NCARG) Preprocesses an area map that has been initialized by a call to ARINAM and to which edges have been.
arscam(3NCARG) Scans an area map from left to right, extracting the definitions of all the areas defined by the area.
arseti(3NCARG) Provides a new integer value for an Areas parameter.
arsetr(3NCARG) Provides a new real value for an Areas parameter.
autograph(3NCARG) To draw graphs, each with a labeled background and each displaying one or more curves.
autograph_params(3NCARG) This document briefly describes all Autograph internal parameters.
bivar(3NCARG) Provides bivariate interpolation and smooth surface fitting for values given at irregularly.
bivar_params(3NCARG) This document briefly describes all Bivar parameters.
c_csa1s(3NCARG) Cubic spline approximation, simple entry for one-dimensional input.
c_csa1xs(3NCARG) Cubic spline approximation, expanded entry for one-dimensional input.
c_csa2ls(3NCARG) Cubic spline approximation, simple entry for two-dimensional input, list output.
c_csa2lxs(3NCARG) Cubic spline approximation, expanded entry for two-dimensional input, list output.
c_csa2s(3NCARG) Cubic spline approximation, simple entry for two-dimensional input, gridded output.
c_csa2xs(3NCARG) Cubic spline approximation, expanded entry for two-dimensional input, gridded output.
c_csa3ls(3NCARG) Cubic spline approximation, simple entry for three-dimensional input, list output.
c_csa3lxs(3NCARG) Cubic spline approximation, expanded entry for three-dimensional input, list output.
c_csa3s(3NCARG) Cubic spline approximation, simple entry for three-dimensional input, gridded output.
c_csa3xs(3NCARG) Cubic spline approximation, expanded entry for three-dimensional input, gridded output.
c_csc2s(3NCARG) Convert from Cartesian coordinates to lat/lon coordinates.
c_csc2sd(3NCARG) Convert from Cartesian coordinates to lat/lon coordinates.
c_csgetd(3NCARG) Retrieves the value of an internal parameter of type double.
c_csgeti(3NCARG) Retrieves the value of an internal parameter of type int.
c_csgetr(3NCARG) Retrieves the value of an internal parameter of type float.
c_css2c(3NCARG) Convert from lat/lon coordinates to Cartesian coordinates.
c_css2cd(3NCARG) Convert from lat/lon coordinates to Cartesian coordinates.
c_cssetd(3NCARG) Set double valued parameters.
c_csseti(3NCARG) Set int valued parameters.
c_cssetr(3NCARG) Set float valued parameters.
c_cssgrid(3NCARG) Tension spline interpolation on a sphere.
c_cssgridd(3NCARG) Tension spline interpolation on a sphere.
c_csstri(3NCARG) Calculates a Delaunay triangulation for data on a sphere.
c_csstrid(3NCARG) Calculates a Delaunay triangulation for data on a sphere.
c_csvoro(3NCARG) Calculate Voronoi polygons for points on a sphere.
c_csvorod(3NCARG) Calculate Voronoi polygons for points on a sphere.
c_dsgetc(3NCARG) Retrieve values for char valued parameters.
c_dsgeti(3NCARG) Retrieves the value of an internal parameter of type int.
c_dsgetr(3NCARG) Retrieves the value of an internal parameter of type float.
c_dsgetrd(3NCARG) Retrieves the value of an internal parameter of type double.
c_dsgrid2d(3NCARG) Primary double precision C entry for 2D gridding.
c_dsgrid2s(3NCARG) Primary single precision C entry for 2D gridding.
c_dsgrid3d(3NCARG) Primary double precision C entry for 3D gridding.
c_dsgrid3s(3NCARG) Primary single precision C entry for 3D gridding.
c_dspnt2d(3NCARG) Interpolate at a single point (or points) in 2D in single precision.
c_dspnt2s(3NCARG) Interpolate at a single point (or points) in 2D in single precision.
c_dspnt3d(3NCARG) Interpolate double precision 3D data at specified points.
c_dspnt3s(3NCARG) Interpolate single precision 3D data at specified points.
c_dssetc(3NCARG) Set char valued parameters.
c_dsseti(3NCARG) Set int valued parameters.
c_dssetr(3NCARG) Set float valued parameters.
c_dssetrd(3NCARG) Set double valued parameters.
c_ftcurv(3NCARG) 1D interpolation for non-periodic functions.
c_ftcurvd(3NCARG) Calculate derivatives.
c_ftcurvi(3NCARG) Calculate integrals.
c_ftcurvp(3NCARG) 1D interpolation for periodic functions.
c_ftcurvpi(3NCARG) Calculate integrals for periodic functions.
c_ftcurvps(3NCARG) Compute a smoothing spline for periodic functions.
c_ftcurvs(3NCARG) Compute a smoothing spline.
c_ftcurvs1(3NCARG) Calculate values for a smoothing spline for data in the plane.
c_ftgetc(3NCARG) Retrieve a string valued parameter.
c_ftgetfa_data(3NCARG) Retrieve array values.
c_ftgetfa_size(3NCARG) Retrieve the size of an array.
c_ftgeti(3NCARG) Retrieve an int valued parameter.
c_ftgetr(3NCARG) Retrieve a float valued parameter.
c_ftkurv(3NCARG) Interpolation for parametric curves.
c_ftkurvd(3NCARG) Calculate interpolated values and derivatives for parametric curves.
c_ftkurvp(3NCARG) Interpolation for closed parametric curves.
c_ftkurvpd(3NCARG) Interpolation and derivative calculation for closed parametric curves.
c_ftsetc(3NCARG) Set char valued parameters.
c_ftsetfa(3NCARG) Set float valued array parameters.
c_ftseti(3NCARG) Set int valued parameters.
c_ftsetr(3NCARG) Set float valued parameters.
c_ftsurf(3NCARG) 2D tension spline interpolation of rectangular data.
c_natgridd(3NCARG) Primary double precision C entry for natural neighbor gridding.
c_natgrids(3NCARG) Primary C entry for natural neighbor gridding.
c_nngetaspectd(3NCARG) Retrieve a double precision aspect at a specified coordinate.
c_nngetaspects(3NCARG) Retrieve the aspect at a specified coordinate.
c_nngetc(3NCARG) Retrieve values for char valued parameters.
c_nngeti(3NCARG) Retrieves the value of an internal parameter of type int.
c_nngetr(3NCARG) Retrieves the value of an internal parameter of type float.
c_nngetrd(3NCARG) Retrieves the value of an internal parameter of type double.
c_nngetsloped(3NCARG) Retrieve a double precision slope at a specified coordinate.
c_nngetslopes(3NCARG) Retrieve the slope at a specified coordinate.
c_nnpntd(3NCARG) Interpolate at a single point.
c_nnpntend(3NCARG) Exit single point mode.
c_nnpntendd(3NCARG) Exit single point mode.
c_nnpntinitd(3NCARG) Enter single point mode.
c_nnpntinits(3NCARG) Enter single point mode.
c_nnpnts(3NCARG) Interpolate at a single point.
c_nnsetc(3NCARG) Set char valued parameters.
c_nnseti(3NCARG) Set int valued parameters.
c_nnsetr(3NCARG) Set float valued parameters.
c_nnsetrd(3NCARG) Set double valued parameters.
c_shgeti(3NCARG) Retrieves the value of an internal parameter of type int.
c_shgetnp(3NCARG) Find the nearest points to a specified point in 3-space.
c_shgrid(3NCARG) Interpolate random data in 3-space using a modified Shepard's algorithm.
c_shseti(3NCARG) Set int valued parameters.
cfux(3NCARG) Converts from fractional coordinates to user coordinates.
cfuy(3NCARG) Converts from fractional coordinates to user coordinates.
cgm(1NCARG)
cgm2ncgm(1NCARG) Filter NCAR CGM to/from vanilla CGM ncgm2cgm - filter NCAR CGM to/from vanilla CGM.
clsgks(3NCARG) Deactivates workstation 1, closes workstation 1, and closes GKS.
cmfx(3NCARG) Converts from metacode coordinates to fractional coordinates.
cmfy(3NCARG) Converts from metacode coordinates to fractional coordinates.
cmux(3NCARG) Converts from metacode coordinates to user coordinates.
cmuy(3NCARG) Converts from metacode coordinates to user coordinates.
colconv(3NCARG) Allows a user to convert among the color models RGB, HSV, HLS, and YIQ.
conop1(3NCARG) Sets option switches for the Conran_family utility.
conop2(3NCARG) Sets option switches and specifys various INTEGER parameters to be used by the Conran_family utility.
conop3(3NCARG) Sets option switches and specifys various REAL parameters to be used by the Conran_family utility.
conop4(3NCARG) Sets option switches and specifys various CHARACTER parameters to be used by the Conran_family.
conpack(3NCARG) Provides a sort of tool kit of FORTRAN subroutines that can be called in various combinations to.
conpack_params(3NCARG) This document briefly describes all Conpack internal parameters.
conran(3NCARG) Draws a two dimensional contour map from irregularly distributed data. The contour lines may be.
conran_family(3NCARG) Is a set of two dimensional contour mapping routines for irregularly distributed data.
conran_family_params(3NCARG) Includes a brief description of all Conran_family internal parameters.
conraq(3NCARG) Draws a two dimensional contour map from irregularly distributed data. This is the small quick.
conras(3NCARG) Draws a two dimensional contour map from irregularly distributed data. This is the super version of.
conrec(3NCARG) Draws a two dimensional contour map from data stored in a rectangular array. The contour lines are.
conrec_family(3NCARG) Is a set of two dimensional contour mapping routines. There are options for generating.
conrec_family_params(3NCARG) Includes a brief description of all Conrec_family internal parameters.
conrecqck(3NCARG) This utility has been merged into the Conrec_family. Type "man conrec_family" to see its man.
conrecquick(3NCARG) This utility has been merged into the Conrec_family. Type "man conrec_family" to see its man.
conrecsmooth(3NCARG) This utility has been merged into the Conrec_family. Type "man conrec_family" to see its man.
conrecspr(3NCARG) This utility has been merged into the Conrec_family. Type "man conrec_family" to see its man.
conrecsuper(3NCARG) This utility has been merged into the Conrec_family. Type "man conrec_family" to see its man.
cpback(3NCARG) Draws a background for a contour plot.
cpchcf(3NCARG) Called by Conpack routines when a constant field is detected. The default version does nothing. A.
cpchcl(3NCARG) Called by the Conpack routines CPCLDM and CPCLDR. The default version does nothing. A user-written.
cpchhl(3NCARG) Called by Conpack routines as high/low labels are being drawn. The default version does nothing. A.
cpchil(3NCARG) Called by Conpack routines as the informational label is drawn. The default version does nothing. A.
cpchll(3NCARG) Called by Conpack routines as contour line labels are drawn. The default version does nothing. A.
cpcica(3NCARG) Incorporates into a user's cell array color indices determined by examining where the user's contours.
cpclam(3NCARG) Adds contour lines to an area map. This is part of the process of drawing a solid-fill contour plot.
cpcldm(3NCARG) Draws contour lines masked by an existing area map. The object of this may be simply to avoid drawing.
cpcldr(3NCARG) Draws contour lines.
cpcltr(3NCARG) Traces the contour lines at a given level and retrieves them for some sort of user-defined.
cpcnrc(3NCARG) Draws black and white contours with a single call. the behavior of the old routine CONREC; it has.
cpdrpl(3NCARG) Provides a useful polyline-drawer for the routine CPCLDM.
cpezct(3NCARG) Draws black and white contours with a single call. Simulates the behavior of the old subroutine.
cpfx(3NCARG) Converts from plotter address unit coordinates to fractional coordinates.
cpfy(3NCARG) Converts from plotter address unit coordinates to fractional coordinates.
cpgetc(3NCARG) Retrieves the current value of an internal parameter of type CHARACTER.
cpgeti(3NCARG) Retrieves the integral value of an internal parameter of type INTEGER or REAL.
cpgetr(3NCARG) Retrieves the real value of an internal parameter of type REAL or INTEGER.
cplbam(3NCARG) Adds label boxes (for the informational label, high and low labels, and contour-line labels) to an.
cplbdr(3NCARG) Draws labels (an informational label, high and low labels, and line labels).
cpmpxy(3NCARG) Maps Conpack output from a rectangular coordinate system superimposed on the data grid to some other.
cpmviw(3NCARG) Moves the contents of an old integer workspace to a new one.
cpmvrw(3NCARG) Moves the contents of an old real workspace to a new one.
cppkcl(3NCARG) Picks a set of contour levels.
cppklb(3NCARG) Picks a set of labels for labeled contour levels.
cprect(3NCARG) Initializes the contouring of a rectangular array of data.
cprset(3NCARG) Resets all parameters to their initial default values.
cpscae(3NCARG) Called repeatedly by the routine CPCICA as it executes. Updates a particular element of a user's cell.
cpsetc(3NCARG) Sets the value of an internal parameter of type CHARACTER.
cpseti(3NCARG) Sets the value of an internal parameter of type INTEGER or REAL.
cpsetr(3NCARG) Sets the value of an internal parameter of type REAL or INTEGER.
cpsprs(3NCARG) Interpolates from an array of data on a "sparse" rectangular grid which is regularly spaced in X and.
cpsps1(3NCARG) Interpolates from an array of data on a "sparse" rectangular grid which is regularly spaced in X and.
cpsps2(3NCARG) Interpolates from an array of data on a "sparse" rectangular grid which is irregularly spaced in X.
cpux(3NCARG) Converts from plotter address unit coordinates to user coordinates.
cpuy(3NCARG) Converts from plotter address unit coordinates to user coordinates.
csa1s(3NCARG) Cubic spline approximation, simple entry for one-dimensional input.
csa1xs(3NCARG) Cubic spline approximation, expanded entry for one-dimensional input.
csa2ls(3NCARG) Cubic spline approximation, simple entry for two-dimensional input, list output.
csa2lxs(3NCARG) Cubic spline approximation, expanded entry for two-dimensional input, list output.
csa2s(3NCARG) Cubic spline approximation, simple entry for two-dimensional input, gridded output.
csa2xs(3NCARG) Cubic spline approximation, expanded entry for two-dimensional input, gridded output.
csa3ls(3NCARG) Cubic spline approximation, simple entry for three-dimensional input, list output.
csa3lxs(3NCARG) Cubic spline approximation, expanded entry for three-dimensional input, list output.
csa3s(3NCARG) Cubic spline approximation, simple entry for three-dimensional input.
csa3xs(3NCARG) Cubic spline approximation, expanded entry for three-dimensional input.
csagrid(3NCARG) Cubic spline approximation.
csagrid_errors(3NCARG) This document briefly describes all the errors reported from Csagrid.
csc2s(3NCARG) Convert from Cartesian to lat/lon coordinates.
csc2sd(3NCARG) Convert from Cartesian to lat/lon coordinates.
csgetd(3NCARG) Retrieves the value of an internal parameter of type DOUBLE PRECISION.
csgeti(3NCARG) Retrieves the value of an internal parameter of type INTEGER.
csgetr(3NCARG) Retrieves the value of an internal parameter of type REAL.
css2c(3NCARG) Convert from Cartesian to lat/lon coordinates.
css2cd(3NCARG) Convert from lat/lon coordinates to Cartesian coordinates.
css_overview(3NCARG) Fit a tension spline interpolation to a function.
cssetd(3NCARG) Sets the value of an internal parameter of type DOUBLE PRECISION for the Cssgrid package.
csseti(3NCARG) Sets the value of an internal parameter of type INTEGER.
cssetr(3NCARG) Sets the value of an internal parameter of type REAL for the Cssgrid package.
cssgrid(3NCARG) Tension spline interpolation on a sphere.
cssgrid_errors(3NCARG) This document briefly describes all the errors reported from Cssgrid.
cssgrid_params(3NCARG) This document briefly describes all the internal parameters of Cssgrid.
cssgridd(3NCARG) Tension spline interpolation on a sphere.
csstri(3NCARG) Calculates a Delaunay triangulation for data on a sphere.
csstrid(3NCARG) Calculates a Delaunay triangulation for data on a sphere.
csvoro(3NCARG) Calculate Voronoi polygons for data on a sphere.
csvorod(3NCARG) Calculate Voronoi polygons for data on a sphere.
ctrans(1NCARG) A Computer Graphics Metafile ( CGM ) translator.
cufx(3NCARG) Converts from user coordinates to fractional coordinates.
cufy(3NCARG) Converts from user coordinates to fractional coordinates.
curv1(3NCARG) Does set-up for CURV2.
curv2(3NCARG) 1D interpolation for non-periodic functions.
curvd(3NCARG) Derivatives for 1D functions.
curve(3NCARG) Draws the curve defined by a specified series of points in the user coordinate system. The "pen" (for.
curve3(3NCARG) Draws the projection of a curve defined by a sequence of points in 3-space.
curved(3NCARG) Draws a curve through a sequence of points.
curvi(3NCARG) Integrate a spline curve.
curvp1(3NCARG) Calculate values for CURVP2 usage.
curvp2(3NCARG) Interpolate a periodic function at a specified point.
curvpi(3NCARG) Integrate a periodic spline curve.
curvps(3NCARG) Calculate values for a smoothing spline for a periodic function.
curvs(3NCARG) Calculate values for a smoothing spline.
curvs1(3NCARG) Calculate values for a smoothing spline for data in the plane.
curvs2(3NCARG) Calculates an interpolated value for a smoothing spline under tension at a given point.
dandr(3NCARG) Draws an isosurface when used in conjunction with entry INIT3D.
dashchar(3NCARG) The dash utilities have all been incorporated into the Dashline utility. To see its man page, type.
dashdb(3NCARG) Defines a dash pattern without labels.
dashdc(3NCARG) Defines a dash pattern with labels. If DASHDC is called when the "quick" version of Dashline is.
dashline(3NCARG) A set of line-drawing routines that can be used to generate various dashed line patterns (including.
dashline_params(3NCARG) Brief descriptions of all internal parameters of Dashline.
dashpack(3NCARG) A set of routines allowing you to draw curves using dashed-line patterns that may include gap-.
dashpack_params(3NCARG) This document briefly describes all Dashpack parameters.
dashsmth(3NCARG) The dash utilities have all been incorporated into the Dashline utility. To see its man page, type.
dashsupr(3NCARG) The dash utilities have all been incorporated into the Dashline utility. To see its man page, type.
displa(3NCARG) Changes the values of certain primary control parameters purportedly having to do with the "display".
dpcurv(3NCARG) Used to draw a complete curve defined by a sequence of points in the user coordinate system.
dpdraw(3NCARG) Used to draw a curve when fractional coordinates are available and no smoothing is to be done.
dpfrst(3NCARG) Specifies the first point in a sequence of points, in the user coordinate system, defining a curve to.
dpgetc(3NCARG) Retrieves the current character value of an internal parameter.
dpgeti(3NCARG) Retrieves the integral value of an internal parameter of type INTEGER or REAL.
dpgetr(3NCARG) Retrieves the real value of an internal parameter of type REAL or INTEGER.
dplast(3NCARG) Says that the preceding call to DPVECT defined the final point in a sequence of points, in the user.
dpline(3NCARG) Draws a straight-line segment between two points in the user coordinate system.
dpsetc(3NCARG) Gives a new character value to a specified internal parameter.
dpseti(3NCARG) Sets the value of an internal parameter of type INTEGER or REAL.
dpsetr(3NCARG) Sets the value of an internal parameter of type REAL or INTEGER.
dpsmth(3NCARG) Used to draw a curve when fractional coordinates are available and smoothing is to be done.
dpvect(3NCARG) Specifies the second and following points in a sequence of points, in the user coordinate system,.
dsgetc(3NCARG) Retrieves the value of an internal parameter of type CHARACTER.
dsgeti(3NCARG) Gets the value of an internal parameter of type INTEGER.
dsgetr(3NCARG) Retrieves the value of an internal parameter of type REAL.
dsgetrd(3NCARG) Retrieves the value of an internal parameter of type DOUBLE PRECISION.
dsgrid(3NCARG) Grid 2D and 3D randomly-spaced data.
dsgrid2d(3NCARG) Double precision Fortran entry for iterpolation from 2D random data to an output grid.
dsgrid2s(3NCARG) Primary single precision Fortran entry for 2D gridding.
dsgrid3d(3NCARG) Double precision Fortran entry for 3D gridding.
dsgrid3s(3NCARG) Single precision Fortran entry for 3D gridding.
dsgrid_errors(3NCARG) This document briefly describes all the errors reported from Dsgrid.
dsgrid_params(3NCARG) This document briefly describes all the internal parameters of Dsgrid.
dspnt2d(3NCARG) Interpolate at a single point (or points) in 2D in double precision.
dspnt2s(3NCARG) Interpolate at a single point (or points) in 2D in single precision.
dspnt3d(3NCARG) Interpolate at a single point (or points) in 3D in double precision.
dspnt3s(3NCARG) Interpolate at a single point (or points) in 3D in single precision.
dssetc(3NCARG) Sets the value of an internal parameter of type CHARACTER.
dsseti(3NCARG) Sets the value of an internal parameter of type INTEGER.
dssetr(3NCARG) Sets the value of an internal parameter of type REAL.
dssetrd(3NCARG) Sets the value of an internal parameter of type DOUBLE PRECISION.
entsr(3NCARG) Called by a user to set recovery mode in NCAR Graphics.
eprin(3NCARG) Prints the current error message.
errof(3NCARG) Turns off the internal error flag of SETER.
error_handling(3NCARG) A set of routines for error handling in NCAR Graphics.
ezcntr(3NCARG) Draws a two dimensional contour map from data stored in a rectangular array. A number of contouring.
ezhftn(3NCARG) Draws a half-tone picture from data stored in a rectangular array with the intensity in the picture.
ezisos(3NCARG) Draws an isosurface.
ezmap(3NCARG) Allows one to plot maps of the earth according to any of ten different projections, with parallels,.
ezmap_params(3NCARG) This document briefly describes all internal parameters of EZMAP.
ezmapa(3NCARG) Allows one to plot maps of the earth according to any of ten different projections, with parallels,.
ezmxy(3NCARG) Draws, in a manner determined by the current values of the control parameters, a complete graph of one.
ezmy(3NCARG) Draws, in a manner determined by the current values of the control parameters, a complete graph of one.
ezsrfc(3NCARG) Draws a perspective picture of a function of two variables with hidden lines removed. The function is.
ezstrm(3NCARG) A front-end to STRMLN with a simpler interface. Like STRMLN, it plots a streamline representation of.
ezvec(3NCARG) A front-end to VELVCT with a simpler interface. Like VELVCT, it plots a a vector field in a single.
ezxy(3NCARG) Draws, in a manner determined by the current values of the control parameters, a complete graph of a.
ezy(3NCARG) Draws, in a manner determined by the current values of the control parameters, a complete graph of a.
fcaps(1NCARG) Report available fontcaps.
fdum(3NCARG) A routine called when fatal errors occur.
fence3(3NCARG) Draws the projection of a curve, just as CURVE3 does, but with a "fence" of straight line segments.
findg(1NCARG) Locates calls to all entries in pre-GKS NCAR Graphics.
fitgrid(3NCARG) Interpolate 1d and 2d data.
fitgrid_params(3NCARG) This document briefly describes all the internal parameters of Fitgrid.
fl2int(3NCARG) Converts X and Y coordinates from the User Coordinate System to the Metacode Coordinate System.
fontc(1NCARG) Fontcap preprocessor for NCAR Graphics.
frame(3NCARG) Advances to the next picture (in the case of CGM output), or pauses in the window of most recent.
frst3(3NCARG) Specifies the first in a sequence of points connected by straight-line segments, the projections of.
frstd(3NCARG) Defines the first of a sequence of points through which a curve is to be drawn.
frstpt(3NCARG) Generates a "pen-up" move to a specified point in the user coordinate system. FRSTPT is used in.
ftitle(3NCARG) Used for unscrolled movie or video titles. It reads, from standard input, the information necessary.
fx(3NCARG) Given the X and Y coordinates of a point in the grid coordinate system, the function FX returns the X.
fy(3NCARG) Given the X and Y coordinates of a point in the grid coordinate system, the function FX returns the X.
gaccum_tran_matrix(3NCARG) Accumulate transformation matrix.
gacolr(3NCARG) Sets the values of internal parameters determining the color of various parts of the background.
gactivate_ws(3NCARG) Activate a GKS workstation.
gactm(3NCARG) Accumulate (GKS) transformation matrix.
gacwk(3NCARG) Activates a GKS workstation.
gagetc(3NCARG) Retrieves the value of a specified internal parameter of type CHARACTER.
gageti(3NCARG) Retrieves the integer value of an internal parameter of Gridall.
gagetr(3NCARG) Retrieves the real value of an internal parameter of Gridall.
gasetc(3NCARG) Gives a new value to a specified internal parameter of type CHARACTER.
gaseti(3NCARG) Gives an integer value to an internal parameter of Gridall.
gasetr(3NCARG) Gives a real value to an internal parameter of Gridall.
gca(3NCARG) Draw a cell array.
gcaps(1NCARG) Report available graphcaps.
gcell_array(3NCARG) Draw a Cell array from two corner points.
gclear_ws(3NCARG) Clears a workstation.
gclks(3NCARG) Closes the GKS package.
gclose_gks(3NCARG) Closes the GKS package.
gclose_seg(3NCARG) Closes a GKS segment.
gclose_ws(3NCARG) Closes a GKS workstation.
gclrwk(3NCARG) Clears a GKS workstation.
gclsg(3NCARG) Closes a GKS segment.
gclwk(3NCARG) Closes a GKS workstation.
gcopy_seg_ws(3NCARG) Copies a GKS segment to a GKS workstation.
gcreate_seg(3NCARG) Creates a GKS segment.
gcrsg(3NCARG) Creates a GKS segment.
gcsgwk(3NCARG) Copies a GKS segment to a GKS workstation.
gdawk(3NCARG) Deactivates a GKS workstation.
gdeactivate_ws(3NCARG) Deactivates a GKS workstation.
gdel_seg(3NCARG) Deletes a GKS segment.
gdsg(3NCARG) Deletes a GKS segment.
gesc(3NCARG) Provide "Escape" for non-standard GKS features.
gescape(3NCARG) Provide "Escape" mechanism for non-standard GKS features.
getset(3NCARG) Returns a set of values which, if used as arguments in a call to SET, will cause normalization.
getsi(3NCARG) Returns the exponents which define the plotting range in the plotter address unit coordinate system.
getusv(3NCARG) Gets the value of one of the internal parameters of SPPS.
geval_tran_matrix(3NCARG) Connstruct GKS segment by evaluating a transform matrix.
gevtm(3NCARG) Evaluate a transform matrix and construct GKS segment.
gfa(3NCARG) Output primitive for filling polygonal areas.
gfill_area(3NCARG) Output primitive for filling polygonal areas.
gflas1(3NCARG) Initiates storage of plotting instructions into a disk file. Instructions subsequent to GFLAS1, but.
gflas2(3NCARG) Terminates putting plotting instructions to disk and resumes putting plotting instructions to the the.
gflas3(3NCARG) Inserts the instructions saved on disk with a previous GFLAS1 identifier IB into the output stream.
gflas4(3NCARG) Allows you to access a disk file of plotting instructions, generated with a GFLAS1 and GFLAS2.
gflash(3NCARG) Allows for storing segments of a picture for insertion into any subsequent picture.
ginq_asfs(3NCARG) (Inquire aspect source flags) - Inquires the values for the aspect source flags that determine.
ginq_char_expan(3NCARG) Inquire Character expansion factor.
ginq_char_ht(3NCARG) Retrieves the current character height.
ginq_char_space(3NCARG) Retrieves the current value for character spacing.
ginq_char_up_vec(3NCARG) Retrieves the current value of the character up vector.
ginq_clip(3NCARG) Inquire GKS clipping indicator.
ginq_colr_rep(3NCARG) Inquire GKS color representation.
ginq_cur_norm_tran_num(3NCARG) Inquire current normalization transformation number.
ginq_fill_colr_ind(3NCARG) Retrieves the current fill area color index.
ginq_fill_int_style(3NCARG) Retrieves the current value for fill area interior style.
ginq_fill_style_ind(3NCARG) Retrieve the current value of the fill area style index.
ginq_line_colr_ind(3NCARG) Gets the polyline color index.
ginq_linetype(3NCARG) Retrieves the current setting for linetype.
ginq_linewidth(3NCARG) Retrieves the current setting of the linewidth scale factor.
ginq_marker_colr_ind(3NCARG) Retrieves the polymarker color index.
ginq_marker_size(3NCARG) Retrieves the current value for the polymarker size scale factor.
ginq_marker_type(3NCARG) Retrieves the current value for the marker type.
ginq_max_norm_tran_num(3NCARG) Inquire maximum normalization transformation number.
ginq_name_open_seg(3NCARG) Returns the name of the currently open segment.
ginq_norm_tran(3NCARG) Inquire normalization transformation.
ginq_op_st(3NCARG) Returns the operating state of GKS.
ginq_set_seg_names(3NCARG) Retrieves what segment names are currently in use.
ginq_text_align(3NCARG) Retrieves the horizontal and vertical text alignments.
ginq_text_colr_ind(3NCARG) Retrieves the current text color index.
ginq_text_font_prec(3NCARG) Retrieves the current setting of the text font and precision values.
ginq_text_path(3NCARG) Retrieves the current text path.
gks(3NCARG) GKS (the Graphical Kernel System) is a set of low-level graphics functions that are standardized by the.
gopen_gks(3NCARG) Opens the GKS package.
gopen_ws(3NCARG) Opens a GKS workstation.
gopks(3NCARG) Opens the GKS package.
gopwk(3NCARG) Opens a GKS workstation.
gpl(3NCARG) Draw line segments connecting a sequence of user-specified coordinate pairs.
gpm(3NCARG) Polymarker output primitive to draw symmetric symbols.
gpolyline(3NCARG) Draw line segments connecting a sequence of user-specified coordinate pairs.
gpolymarker(3NCARG) Otput primitive to draw selected symmetric symbols.
gqasf(3NCARG) (Inquire aspect source flags) - Inquires the values for the aspect source flags that determine whether.
gqchh(3NCARG) Retrieves the current character height.
gqchsp(3NCARG) Retrieves the current value for character spacing.
gqchup(3NCARG) Retrieves the current value of the character up vector.
gqchxp(3NCARG) Retrieves the current value of the character expansion factor.
gqclip(3NCARG) Retrieves the current value of the clipping indicator as well as the.
gqcntn(3NCARG) Retrieves the number of the current normaliza‐.
gqcr(3NCARG) Retrieves the color value associated with a color index on a particular.
gqfaci(3NCARG) Retrieves the current fill area color index.
gqfais(3NCARG)
gqfasi(3NCARG) Retrieves the current value of the fill area style index.
gqln(3NCARG) Retrieves the current setting for linetype.
gqlwsc(3NCARG) Retrieves the current setting of the linewidth scale factor.
gqmk(3NCARG) Retrieves the current value for the marker type.
gqmksc(3NCARG) Retrieves the current value for the polymarker size scale factor.
gqmntn(3NCARG) Retrieves the maximum number of supported nor‐.
gqnt(3NCARG) Retrieves the window and viewport associated with a given nor‐.
gqops(3NCARG) Returns the operating state of GKS.
gqopsg(3NCARG) Returns the name of the currently open segment.
gqplci(3NCARG) Gets the polyline color index.
gqpmci(3NCARG) Retrieves the polymarker color index.
gqsgus(3NCARG) Retrieves what segment names are currently in use.
gqtxal(3NCARG) Retrieves the horizontal and vertical text alignments.
gqtxci(3NCARG) Retrieves the current text color index.
gqtxfp(3NCARG) Retrieves the current setting of the text font and precision val‐.
gqtxp(3NCARG) Retrieves the current text path.
graphc(1NCARG) Graphcap preprocessor for NCAR Graphics.
grid(3NCARG) Draws an unlabeled grid.
gridal(3NCARG) Draws any of the supported types of backgrounds. Each of the other background-drawing routines is.
gridall(3NCARG) Allows one to draw backgrounds for X/Y plots. Included are routines for drawing grids, perimeters,.
gridall_params(3NCARG) This document briefly describes all Gridall internal parameters.
gridl(3NCARG) Draws a labeled grid with each major division labeled with its numeric value.
gsasf(3NCARG) (Set aspect source flags) - Sets the aspect source flags that determine whether primitive attributes.
gschh(3NCARG) Sets the character height for text.
gschsp(3NCARG) Sets the character spacing for text.
gschup(3NCARG) Specifies the angle at which subsequent text is to be drawn with GTX.
gschxp(3NCARG) Sets the width to height ratio of text.
gsclip(3NCARG) Controls whether data are displayed outside the boundaries of the world.
gscr(3NCARG) Associates a color value with a color index.
gsel_norm_tran(3NCARG) Selects a predefined or user-defined transformation.
gselnt(3NCARG) Selects a predefined or user-defined transformation that maps.
gset_asfs(3NCARG) (Set aspect source flags) - Sets the aspect source flags that determine whether primitive.
gset_char_expan(3NCARG) Sets the width to height ratio of text.
gset_char_ht(3NCARG) Sets the character height for text.
gset_char_space(3NCARG) Sets the character spacing for text.
gset_char_up_vec(3NCARG) Specifies the angle at which subsequent text is to be drawn with.
gset_clip_ind(3NCARG) Controls whether data are displayed outside the boundaries of the.
gset_colr_rep(3NCARG) Associates a color value with a color index.
gset_fill_colr_ind(3NCARG) Sets the fill area color index.
gset_fill_int_style(3NCARG) Sets the fill style of polygons drawn with gfill_area.
gset_fill_style_ind(3NCARG) Sets the fill area style index.
gset_line_colr_ind(3NCARG) Sets the polyline color index.
gset_linetype(3NCARG) Sets the line type to solid or various dashed patterns.
gset_linewidth(3NCARG) Sets the linewidth scale factor, or relative thickness of a.
gset_marker_colr_ind(3NCARG) (Set polymarker color index) - sets the polymarker color index.
gset_marker_size(3NCARG) Sets the polymarker size scale factor -- the relative size.
gset_marker_type(3NCARG) Sets the type of polymarker to be used in subsequent GPM calls.
gset_seg_tran(3NCARG) Associates a segment transformation with a named segment.
gset_text_align(3NCARG) Sets the text alignment.
gset_text_colr_ind(3NCARG) Sets the text color index.
gset_text_font_prec(3NCARG) Sets the text font and precision.
gset_text_path(3NCARG) Sets the text paths or directions in which text is to be drawn.
gset_vp(3NCARG) Establishes a rectangular subspace of normalized device coordinates space. Calls to.
gset_win(3NCARG) Establishes a window, or rectangular subspace, of world coordinates to be plotted.
gsfaci(3NCARG) Sets the fill area color index.
gsfais(3NCARG) Sets the fill style of polygons drawn with GFA.
gsfasi(3NCARG) Sets the fill area style index.
gsln(3NCARG) Sets the line type to solid or various dashed patterns.
gslwsc(3NCARG) Sets the linewidth scale factor, or relative thickness of a polyline.
gsmk(3NCARG) Sets the type of polymarker to be used in subsequent GPM calls.
gsmksc(3NCARG) Sets the polymarker size scale factor -- the relative size of the.
gsplci(3NCARG) Sets the polyline color index.
gspmci(3NCARG) (Set polymarker color index) - sets the polymarker color index.
gssgt(3NCARG) Associates a segment transformation with a named segment.
gstxal(3NCARG) Sets the text alignment.
gstxci(3NCARG) Sets the text color index.
gstxfp(3NCARG) Sets the text font and precision.
gstxp(3NCARG) Sets the text paths or directions in which text is to be drawn.
gsvp(3NCARG) Establishes a rectangular subspace of normalized device coordinates space. Calls to GSVP.
gswn(3NCARG) Establishes a window, or rectangular subspace, of world coordinates to be plotted. Calls.
gtext(3NCARG) The basic output primitive for drawing text. A number of attribute setting routines are avail‐.
gtx(3NCARG) NCAR Graphics primitive for drawing text.
gupd_ws(3NCARG) Insures that the workstation is current and reflects all requests that have.
guwk(3NCARG) Insures that the workstation is current and reflects all requests that have been.
hafton(3NCARG) Draws a half-tone picture from data stored in a rectangular array with the intensity in the picture.
halfax(3NCARG) Draws orthogonal axes intersecting at a specified point and with a specified set of labels.
halftone(3NCARG) Is a utility for drawing half-tone pictures in which the gray scale level is proportional to the.
histgr(3NCARG) Plots a histogram with various options including specification of class values, spacing between.
histogram(3NCARG) This utility is used to generate histograms. Histograms or bar charts are used to show the.
histogram_params(3NCARG) This document briefly describes all histogram internal parameters. The Histogram utility.
hlsrgb(3NCARG) Converts a color specification given as Hue, Lightness, and Saturation (HLS) values to Red, Green,.
hstopc(3NCARG) Specifies various CHARACTER variables to be used by the Histogram utility.
hstopi(3NCARG) Specifies various INTEGER parameters to be used by the Histogram utility.
hstopl(3NCARG) Turns options off and on for the Histogram utility.
hstopr(3NCARG) Specifies various REAL arrays to be used by the the Histogram utility.
hsvrgb(3NCARG) Converts a color specification given in the Hue, Saturation, and Value (HSV) color space to color.
icfell(3NCARG) Called to check for existing error conditions and (perhaps) to update the current error message and.
icloem(3NCARG) Called to get the length of the non-blank portion of an error message.
ictrans(1NCARG) Interactive NCAR CGM translator ctrans.
idbvip(3NCARG) Produces interpolated values at points (XI(I), YI(I)), I=1,...,NIP. This is useful for filling in.
idgeti(3NCARG) Retrieves the integer value of a Bivar parameter.
idgetr(3NCARG) Retrieves the real value of a Bivar parameter.
idpltr(3NCARG) Plots the triangulation generated by a prior call to either IDBVIP or IDSFFT.
idseti(3NCARG) Provides a new integer value for a Bivar parameter.
idsetr(3NCARG) Provides a new real value for a Bivar parameter.
idsfft(3NCARG) Performs smooth surface fitting when the projections of the data points in the X-Y plane are.
idt(1NCARG) X window interactive image display tool.
init3d(3NCARG) Draws an isosurface when used in conjunction with entry DANDR.
isgeti(3NCARG) Gets the current values of internal parameters of type INTEGER.
isgetr(3NCARG) Gets the current values of internal parameters of type REAL.
isosrf(3NCARG) Draws an isosurface.
isosrfhr(3NCARG) Draws a wireframe surface with hidden contours removed.
isosurface(3NCARG) Allows the user to draw a perspective view of the surface defined by the equation f(u,v,w)=fiso,.
isosurface_params(3NCARG) This document briefly describes all Isosurface internal parameters.
isseti(3NCARG) Resets the current values of internal parameters of type INTEGER.
issetr(3NCARG) Resets the current values of internal parameters of type REAL.
kfmx(3NCARG) Converts from fractional coordinates to metacode coordinates.
kfmy(3NCARG) Converts from fractional coordinates to metacode coordinates.
kfpx(3NCARG) Converts from fractional coordinates to plotter address unit coordinates.
kfpy(3NCARG) Converts from fractional coordinates to plotter address unit coordinates.
kmpx(3NCARG) Converts from metacode coordinates to plotter address unit coordinates.
kmpy(3NCARG) Converts from metacode coordinates to plotter address unit coordinates.
kpmx(3NCARG) Converts from plotter address unit coordinates to metacode coordinates.
kpmy(3NCARG) Converts from plotter address unit coordinates to metacode coordinates.
kumx(3NCARG) Converts from user coordinates to metacode coordinates.
kumy(3NCARG) Converts from user coordinates to metacode coordinates.
kupx(3NCARG) Converts from user coordinates to plotter address unit coordinates.
kupy(3NCARG) Converts from user coordinates to plotter address unit coordinates.
kurv1(3NCARG) Calculate values for KURV2 usage.
kurv2(3NCARG) Does interpolation for parametric curves.
kurvd(3NCARG) Interpolation and derivatives for parametric curves.
kurvp1(3NCARG) Calculate values for KURVP2 usage.
kurvp2(3NCARG) Does interpolation for closed parametric curves.
kurvpd(3NCARG) Nterpolation and derivatives for closed parametric curves.
labelbar(3NCARG) Creates a labeled, filled, rectangular bar to serve as a key for a filled plot.
labelbar_params(3NCARG) This document briefly describes all Labelbar internal parameters.
labmod(3NCARG) Presets parameters controlling the appearance of labels drawn by GRIDAL, GRIDL,... et al. LABMOD.
lastd(3NCARG) Terminates a sequence of calls to draw a curve (a call to FRSTD followed by one or more calls to.
lbfill(3NCARG) A routine that is called by LBLBAR (when the argument IFTP is non-zero) to fill portions of the bar.
lbgeti(3NCARG) Retrieves the integer value of an internal parameter of Labelbar.
lbgetr(3NCARG) Retrieves the real value of an internal parameter of Labelbar.
lblbar(3NCARG) Draws a complete label bar.
lbseti(3NCARG) Gives an integer value to an internal parameter of Labelbar.
lbsetr(3NCARG) Gives a real value to an internal parameter of Labelbar.
line(3NCARG) Draws a line from the point (X1,Y1) to the point (X2,Y2). The "pen" (for subsequent calls to FRSTPT,.
line3(3NCARG) Draws the straight-line segment joining the projections of two points in 3-space.
lined(3NCARG) Draws a line segment between two points whose user coordinates are given.
mapaci(3NCARG) Normally used to pick colors for the areas created by the boundary lines added to an area map by a.
mapbla(3NCARG) Adds to the area map in the array IAMA the set of boundary lines, of projected geographical entities,.
mapblm(3NCARG) Draws geographical outlines masked against an existing area map. Note that this routine uses.
mapdrw(3NCARG) Draws the complete map described by the current values of the internal parameters of EZMAP. Note.
mapeod(3NCARG) Called by the EZMAP routines MAPLOT and MAPBLA. The default version does nothing. A user-written.
mapfst(3NCARG) Draws lines on a map - used in conjunction with MAPVEC.
mapgci(3NCARG) Returns a set of points on the shortest great circle route between two user-specified points on the.
mapgrd(3NCARG) Draws a lat/lon grid.
mapgrm(3NCARG) Draws lines of latitude and longitude masked against an existing area map.
mapgtc(3NCARG) Gets the current value of a specified EZMAP parameter of type CHARACTER.
mapgti(3NCARG) Gets the current value of a specified EZMAP parameter of type INTEGER.
mapgtl(3NCARG) Gets the current value of a specified EZMAP parameter of type LOGICAL.
mapgtr(3NCARG) Gets the current value of a specified EZMAP parameter of type REAL.
mapint(3NCARG) Initialization.
mapiq(3NCARG) Terminates a string of calls to MAPIT.
mapiqa(3NCARG) Terminates a string of calls to MAPITA.
mapiqd(3NCARG) Terminates a string of calls to MAPITD.
mapiqm(3NCARG) Terminates a string of calls to the routine MAPITM.
mapit(3NCARG) Draws lines on a map.
mapita(3NCARG) Adds to an area map the projections of lines defined by a series of lat/lon coordinates.
mapitd(3NCARG) Draws lines on a map. MAPITD is just like MAPIT, but, ultimately, DASHPACK routines are called.
mapitm(3NCARG) Draws lines on a map, masked by a specified area map.
maplbl(3NCARG) Labels the map.
maplmb(3NCARG) Draws a limb line.
maplot(3NCARG) Draws geographical outlines. Note that this routine uses whichever old outline dataset is selected.
mappos(3NCARG) Positions the map on the plotter frame.
maproj(3NCARG) Sets the map projection to be used.
maprs(3NCARG) Re-calls SET.
maprst(3NCARG) Restores the state of EZMAP saved by an earlier call to MAPSAV.
mapsav(3NCARG) Saves the current state of EZMAP for later restoration by MAPRST.
mapset(3NCARG) Specifies the rectangular portion of the u/v plane to be drawn.
mapstc(3NCARG) Sets the values of certain EZMAP parameters of type CHARACTER.
mapsti(3NCARG) Sets the values of certain EZMAP parameters of type INTEGER.
mapstl(3NCARG) Sets the values of certain EZMAP parameters of type LOGICAL.
mapstr(3NCARG) Sets the values of certain EZMAP parameters of type REAL.
maptra(3NCARG) Projects points.
maptri(3NCARG) Performs inverse transformations.
maptrn(3NCARG) Projects points.
mapusr(3NCARG) Called by EZMAP routines that draw the various parts of the map. The default version does nothing.
mapvec(3NCARG) Draws lines on a map - used in conjunction with MAPFST.
med(1NCARG) NCAR CGM metafile frame editor.
mpchln(3NCARG) This routine is called repeatedly as boundary lines are processed by MPLNAM, MPLNDM, and MPLNDR. The.
mpfnme(3NCARG) Given the area identifier of one of the areas defined by whatever database was last read by one of.
mpgetc(3NCARG) Gets the current value of a specified EZMAP parameter of type CHARACTER.
mpgeti(3NCARG) Gets the current value of a specified EZMAP parameter of type INTEGER.
mpgetl(3NCARG) Gets the current value of a specified EZMAP parameter of type LOGICAL.
mpgetr(3NCARG) Gets the current value of a specified EZMAP parameter of type REAL.
mpglty(3NCARG) Retrieves the type of the line currently being drawn by MPLNDM.
mpiaty(3NCARG) Given the area identifier of one of the areas defined by whatever database was last read by one of.
mpifnb(3NCARG) A simple utility function that finds the index of the first non-blank character in a character.
mpilnb(3NCARG) A simple utility function that finds the index of the last non-blank character in a character string.
mpiola(3NCARG) Given the area identifier of one of the areas defined by whatever database was last read by one of.
mpiosa(3NCARG) Given the area identifier of one of the areas defined by whatever database was last read by one of.
mpipai(3NCARG) Given the area identifiers of two of the areas defined by whatever database was last read by the.
mpipan(3NCARG) Given the area identifier of one of the areas defined by whatever database was last read by the.
mpipar(3NCARG) Given the area identifier of one of the areas defined by whatever database was last read by one of.
mpisci(3NCARG) Given the area identifier of one of the areas defined by whatever database was last read by one of.
mplnam(3NCARG) Reads a specified EZMAP database and sends boundary lines from it to a specified area map.
mplndm(3NCARG) Reads a specified EZMAP database and draws boundary lines from it, masked by a specified area map.
mplndr(3NCARG) Reads a specified EZMAP database and draws boundary lines from it.
mplnri(3NCARG) Reads information from a specified EZMAP database.
mpname(3NCARG) Given the area identifier of one of the areas defined by whatever database was last read by one of.
mprset(3NCARG) Reset the internal state of EZMAP/EZMAPA to the default.
mpsetc(3NCARG) Sets the values of certain EZMAP parameters of type CHARACTER.
mpseti(3NCARG) Sets the values of certain EZMAP parameters of type INTEGER.
mpsetl(3NCARG) Sets the values of certain EZMAP parameters of type LOGICAL.
mpsetr(3NCARG) Sets the values of certain EZMAP parameters of type REAL.
mxmy(3NCARG) Retrieves the current pen position in the Plotter Address Unit (PAU) coordinate system.
natgrid(3NCARG) A package for gridding 2D randomly-spaced data using a natural neighbor algorithm. Single precison.
natgrid_errors(3NCARG) This document briefly describes all the errors reported from Natgrid.
natgrid_params(3NCARG) This document briefly describes all the internal parameters of Natgrid.
natgridd(3NCARG) Primary double precision Fortran entry for natural neighbor gridding.
natgrids(3NCARG) Primary single precision Fortran entry for natural neighbor gridding.
ncarg_cbind(3NCARG) Description of how to use the NCAR Graphics C-binding.
ncarg_gks(1NCAR) NCAR Graphics GKS Environment variables.
ncarg_gks_cbind(3NCARG) Description of how to use the NCAR Graphics GKS C-binding.
ncargcc(1NCARG) Command for compiling C code that uses the NCAR Graphics low-level utilities.
ncargex(1NCARG) NCAR Graphics Fortran and C Low-Level Utility Examples.
ncargf77(1NCARG) Command for compiling Fortran code that uses the NCAR Graphics low-level utilities.
ncargf90(1NCARG) Command for compiling Fortran code that uses the NCAR Graphics low-level utilities.
ncargfile(1NCARG) NCAR Graphics Files.
ncargrun(1NCARG) To run a user program and redirect the metafile output.
ncargversion(1NCARG) Display NCAR Graphics Version number.
ncarlogo2ps(1NCARG) Adds NCAR logos to pre-existing PostScript files generated by NCAR Graphics.
ncgm2cgm(1NCARG) Filter NCAR CGM to vanilla CGM cgm2ncgm - filter NCAR CGM from vanilla CGM.
nerro(3NCARG) Referenced by a user to obtain the current value of the internal error flag of SETER.
ngckop(3NCARG) A function to check if a specified GKS workstation is open.
ngdots(3NCARG) Draws filled circular dots at coordinate positions (X(I),Y(I),I=1,NUM) at size SIZE with color given.
ngezlogo(3NCARG) Draws various NCAR and UCAR logos, the default being to draw an NCAR logo of reasonable size in the.
nggcog(3NCARG) Returns the latitudes and longitudes of a set of points approximating a circle at a given point on.
nggetc(3NCARG) Used to retrieve the current value of a specified internal parameter.
nggeti(3NCARG) Gets the current integer value of an internal parameter of Ngmisc of type INTEGER. See the.
nggetr(3NCARG) Gets the current real value of an internal parameter of Ngmisc of type REAL. See the ngmisc_params.
nggsog(3NCARG) Returns the latitudes and longitudes of six points defining a five-pointed star at a given point on.
nglogo(3NCARG) Draws various NCAR and UCAR logos on a specified workstation.
ngmftc(3NCARG) Temporarily closes a metafile output unit allowing for subsequent reopening.
ngmisc(3NCARG) A collection of miscellaneous NCAR Graphics routines.
ngmisc_params(3NCARG) This document briefly describes all Ngmisc internal parameters.
ngpict(3NCARG) Effects a break in the picture drawing sequence in a FORTRAN code using GKS. The actions taken.
ngpswk(3NCARG) Returns the workstation type, suitable for use as the third argument in a call to the NCAR GKS.
ngreop(3NCARG) Reopen an existing NCAR Graphics metafile for appending.
ngritd(3NCARG) Given the coordinates of a point, this routine performs a rotation of that point about a specified.
ngsetc(3NCARG) Used to set the character value of a specified internal parameter.
ngseti(3NCARG) Provides a new integer value for an internal parameter of Ngmisc of type INTEGER. See the.
ngsetr(3NCARG) Provides a new real value for an internal parameter of Ngmisc of type REAL. See the ngmisc_params.
ngsrat(3NCARG) Save/restore/set NCAR GKS primitive attribute values in toto.
ngwsym(3NCARG) Draws a symbol from the standard WMO/NOAA meteorological fonts by reference to the font name and.
nhlcc(1NCARG) Command for compiling C code that uses the NCAR Graphics high-level utilities.
nhlf77(1NCARG) Command for compiling Fortran code that uses the NCAR Graphics high-level utilities.
nhlf90(1NCARG) Command for compiling Fortran code that uses the NCAR Graphics high-level utilities.
nnalg(1NCARG) A tool for displaying features of the Natgrid algorithm.
nngetaspectd(3NCARG) Retrieve the double precision aspect at a specified coordinate.
nngetaspects(3NCARG) Retrieve the aspect at a specified coordinate.
nngetc(3NCARG) Retrieves the value of an internal parameter of type CHARACTER.
nngeti(3NCARG) Retrieves the value of an internal parameter of type INTEGER.
nngetr(3NCARG) Retrieves the value of an internal parameter of type REAL.
nngetrd(3NCARG) Retrieves the value of an internal parameter of type DOUBLE PRECISION.
nngetsloped(3NCARG) Retrieve the double precision slope at a specified coordinate.
nngetslopes(3NCARG) Retrieve the slope at a specified coordinate.
nnpntd(3NCARG) Interpolate at a single point in double precision.
nnpntend(3NCARG) Terminate interpolation in single point mode.
nnpntendd(3NCARG) Terminate interpolation in single point mode.
nnpntinitd(3NCARG) Enter single point mode in double precision.
nnpntinits(3NCARG) Enter single point mode.
nnpnts(3NCARG) Interpolate at a single point.
nnsetc(3NCARG) Sets the value of an internal parameter of type CHARACTER.
nnseti(3NCARG) Sets the value of an internal parameter of type INTEGER.
nnsetr(3NCARG) Sets the value of an internal parameter of type REAL.
nnsetrd(3NCARG) Sets the value of an internal parameter of type DOUBLE PRECISION.
opngks(3NCARG) Opens GKS, opens and activates an NCAR GCM workstation (workstation of type 1) with workstation ID of.
pcdlsc(3NCARG) Defines the default list of "special colors" used by PCHIQU in drawing certain characters from the.
pcgetc(3NCARG) Retrieves the current character value of an internal parameter.
pcgeti(3NCARG) Retrieves the integral value of an internal parameter of type INTEGER or REAL.
pcgetr(3NCARG) Retrieves the real value of an internal parameter of type REAL or INTEGER.
pchiqu(3NCARG) Draws high quality characters. By default, it uses the same database as the old NCAR Graphics routine.
pcloqu(3NCARG) Draws characters of "low quality" by calling the GKS character-drawing routines. No function codes.
pcmequ(3NCARG) Draws characters of "medium quality". It does this by drawing lines, just as PCHIQU does, but it does.
pcmpxy(3NCARG) This routine is normally not called directly by the user (though it can be). It is called by each of.
pcpnwi(3NCARG) A function of type CHARACTER*16.
pcrset(3NCARG) Resets all parameters to their initial default values.
pcsetc(3NCARG) Gives a new character value to a specified internal parameter.
pcseti(3NCARG) Sets the value of an internal parameter of type INTEGER or REAL.
pcsetr(3NCARG) Sets the value of an internal parameter of type REAL or INTEGER.
perim(3NCARG) Draws an unlabeled perimeter with inward-pointing tick marks. The directions and lengths of tick marks.
perim3(3NCARG) Draws the projection of a rectangular perimeter in a plane parallel to one of the three coordinate.
periml(3NCARG) Draws a labeled perimeter with inward-pointing tick marks. The directions and lengths of tick marks.
plchhq(3NCARG) Draws high quality characters. By default, it uses the same database as the old NCAR Graphics routine.
plchlq(3NCARG) Draws characters of "low quality" by calling the GKS character-drawing routines. No function codes.
plchmq(3NCARG) Draws characters of "medium quality". It does this by drawing lines, just as PCHIQU does, but it does.
plotchar(3NCARG) Allows a user to draw characters of high, medium, or low quality.
plotchar_params(3NCARG) This document briefly describes all the internal parameters of Plotchar.
plotif(3NCARG) A line-drawing routine, described in terms of "pen moves". Most calls to PLOTIF specify whether the.
plotit(3NCARG) A line-drawing routine, described in terms of "pen moves". Most calls to PLOTIT specify whether the.
point(3NCARG) Draws a point at a specified position in the user coordinate system.
point3(3NCARG) Draws the projection of a point in 3-space.
points(3NCARG) Draws a marker at each of a series of specified positions in the user coordinate system. The markers.
polypack(3NCARG) A set of routines allowing polygons to be manipulated in various ways. Each of the six principal.
ppdipo(3NCARG) Generates and returns the boundary of the "difference" polygon, which consists of all points that are.
ppditr(3NCARG) Generates and returns a set of trapezoids representing the interior of the "difference" polygon,.
ppinpo(3NCARG) Generates and returns the boundary of the "intersection" polygon, which consists of all points that.
ppintr(3NCARG) Generates and returns a set of trapezoids representing the interior of the "intersection" polygon,.
ppplcl(3NCARG) Clips a polyline against a clipping rectangle. It is intended that, eventually, there should be a.
ppppap(3NCARG) Can be called to preprocess a polygon in such a way as to remove certain peculiarities that can cause.
ppunpo(3NCARG) Generates and returns the boundary of the "union" polygon, which consists of all points that are.
ppuntr(3NCARG) Generates and returns a set of trapezoids representing the interior of the "union" polygon, which.
psblack(1NCARG) PostScript filter.
psplit(1NCARG) A tool for splitting PostScript files with multiple frames into individual PostScript files, or.
pswhite(1NCARG) PostScript filter.
psym3(3NCARG) Draws the projections of character strings that are positioned in a plane parallel to one of the three.
pwrit(3NCARG) Draws a specified text string at a specified position in the user coordinate system. The call has.
pwrite_family(3NCARG) A utility for drawing text and other characters using polylines.
pwritx(3NCARG) Draws text and other characters using polylines.
pwrity(3NCARG) Draws text and other characters using polylines.
pwrz(3NCARG) Draws the projections of character strings that are positioned in a plane parallel to one of the three.
pwrzi(3NCARG) A character-plotting routine for plotting characters in three-space when using Isosurface. For a.
pwrzs(3NCARG) A character-plotting routine for plotting characters in three-space when using SRFACE.
pwrzt(3NCARG) Draws the projections of character strings that are positioned in a plane parallel to one of the three.
rascat(1NCARG) Concatenate, convert raster files.
rasview(1NCARG) Raster file previewer for the X Window System.
reset(3NCARG) The "super" version of RESET zeroes the internal integer array used to detect crowded lines; other.
retsr(3NCARG) Called by a user to return to a saved state of the recovery mode in NCAR Graphics.
rgbhls(3NCARG) Converts a color specification given in the Red, Green, Blue (RGB) color space to color values in the.
rgbhsv(3NCARG) Converts a color specification given in the Red, Green, Blue (RGB) color space to color values in the.
rgbyiq(3NCARG) Converts a color specification given in the RGB Red, Green, Blue, (RGB) color space to a color.
scrolled_title(3NCARG) Creates movie titles. The titles can be scrolled, faded in, and/or faded out. Foreground and.
scrolled_title_params(3NCARG) This document briefly describes all Scrolled_title internal parameters.
semess(3NCARG) Called by a user to get a specified portion of the current error message.
set(3NCARG) Defines the mapping between fractional and user coordinates: sets the values of the SPPS internal.
set3(3NCARG) Defines the transformation from three dimensions to two dimensions.
seter(3NCARG) Called by NCAR Graphics routines when errors occur.
seti(3NCARG) Sets the exponents which define the plotting range in the plotter address unit coordinate system.
setr(3NCARG) Establishes certain constants so that SRFACE produces a picture whose size changes with respect to the.
setusv(3NCARG) Sets the value of one of the internal parameters of SPPS.
sfgetc(3NCARG) Used to retrieve the current value of a specified internal parameter.
sfgeti(3NCARG) Used to retrieve the current integer value of a specified parameter.
sfgetp(3NCARG) Used to retrieve the current dot pattern.
sfgetr(3NCARG) Used to retrieve the current real value of a specified parameter.
sflush(3NCARG) Flushes polylines, accumulated through calls to the routines PLOTIF and PLOTIT, from the SPPS.
sfnorm(3NCARG) The subroutines SFWRLD and SFNORM are used to fill that portion of the plotter frame inside the area.
sfsetc(3NCARG) Used to set the character value of a specified internal parameter.
sfseti(3NCARG) Used to set the current integer value of a specified internal parameter.
sfsetp(3NCARG) Defines a new dot pattern.
sfsetr(3NCARG) Used to set the current real value of a specified internal parameter.
sfsgfa(3NCARG) (which stands for "SOFTFILL - Simulate GFA") fills, in one of various ways, an area of the plotter.
sfwrld(3NCARG) The subroutines SFWRLD and SFNORM are used to fill that portion of the plotter frame inside the area.
shgeti(3NCARG) Retrieves the value of an internal parameter of type INTEGER.
shgetnp(3NCARG) Find the nearest points to a specified point in 3-space.
shgrid(3NCARG) Interpolate random data in 3-space using a modified Shepard's algorithm.
shgrid_errors(3NCARG) This document briefly describes all the errors reported from Shgrid.
shgrid_params(3NCARG) This document briefly describes all the internal parameters of Shgrid.
shseti(3NCARG) Sets the value of an internal parameter of type INTEGER.
slgeti(3NCARG) Gets the current integer value of an internal parameter of Scrolled_title of type INTEGER or REAL.
slgetr(3NCARG) Gets the current real value of an internal parameter of Scrolled_title of type INTEGER or REAL. See.
slogap(3NCARG) Generates TIME seconds worth of blank frames in a manner consistent with FTITLE.
slrset(3NCARG) Resets all parameters of Scrolled_title to the initial default values.
slseti(3NCARG) Provides a new integer value for an internal parameter of Scrolled_title of type INTEGER or REAL.
slsetr(3NCARG) Provides a new real value for an internal parameter of Scrolled_title of type INTEGER or REAL. See.
softfill(3NCARG) Fills a polygonal subset of the plotter frame.
softfill_params(3NCARG) This document briefly describes all Softfill internal parameters.
spps(3NCARG) A collection of routines for defining and managing NCAR Graphics coordinate systems, for drawing lines,.
spps_converters(3NCARG) A set of functions, each of which transforms a coordinate from one of the NCAR Graphics.
spps_params(3NCARG) This document briefly describes all of the internal parameters of SPPS.
srface(3NCARG) Draws a perspective picture of a function of two variables with hidden lines removed. The function is.
stgetc(3NCARG) Gets the current value of a Streamlines parameter of type CHARACTER.
stgeti(3NCARG) Gets the current value of an internal parameter of type INTEGER.
stgetr(3NCARG) Gets the current value of an internal parameter of type REAL.
stinit(3NCARG) Performs initialization tasks required before STREAM may be called to create a streamline field flow.
stitle(3NCARG) Creates scrolled movie or video titles. It receives all input through the argument list.
stream(3NCARG) Plots a streamline representation of field flow data, based on conditions established by STINIT and.
streamlines(3NCARG) Utility for plotting a streamline representation of field flow data given two arrays containing.
streamlines_params(3NCARG) This document briefly describes all Streamlines internal parameters.
strmln(3NCARG) Plots a streamline representation of field flow data, given two 2-dimensional vector component.
strset(3NCARG) Resets all parameters to their initial default values.
stsetc(3NCARG) Sets the value of a Streamlines parameter of type CHARACTER.
stseti(3NCARG) Sets the value of an internal parameter of type INTEGER.
stsetr(3NCARG) Sets the value of an internal parameter of type REAL.
stuixy(3NCARG) Inversely maps a single point on the streamline from user to data coordinate space.
stumsl(3NCARG) This routine is the user-definable external subroutine used to draw masked streamlines. The default.
stumta(3NCARG) Given the coordinates of a point on the streamline in data, user, and NDC space, and the.
stumxy(3NCARG) Maps a single point on the streamline from data to user coordinate space.
supcon(3NCARG) Projects points.
supmap(3NCARG) Draws a map with a single call. An implementation of the routine from which EZMAP grew.
surf1(3NCARG) Calculate values for SURF2 usage.
surf2(3NCARG) 2D interpolation for gridded data.
surface(3NCARG) A utility for drawing perspective picture of a function of two variables with hidden lines removed.
surface_params(3NCARG) This document briefly describes the Surface internal parameters.
tdclrs(3NCARG) Does GKS calls to define colors for TDPACK.
tdctri(3NCARG) Cut triangles defined by a triangle list.
tddtri(3NCARG) Draw the triangles defined by a triangle list.
tdez2d(3NCARG) Provides a simplified interface to TDPACK for drawing surfaces.
tdez3d(3NCARG) Provides a simplified interface to TDPACK for drawing isosurfaces.
tdgeti(3NCARG) Retrieves the integer value of a Tdpack parameter.
tdgetr(3NCARG) Retrieves the real value of a Tdpack parameter.
tdgrds(3NCARG) Draw perimeters, optionally with ticks or grid lines, on the six sides of a box. This routine calls.
tdgrid(3NCARG) Draw a perimeter, optionally with ticks or grid lines, around the edges of the reference.
tdgtrs(3NCARG) Get the values defining a selected rendering style, which affects the appearance of triangles drawn.
tdinit(3NCARG) Initialization routine for TDPACK, called to define the position of the eye, the position of the.
tditri(3NCARG) Add triangles defining a simple surface to the triangles in a triangle list.
tdlbla(3NCARG) This routine is called to put labels on a particular edge of a box.
tdlbls(3NCARG) Draw labels on selected sides of a projected box. This routine calls TDPARA and will therefore change.
tdline(3NCARG) Given the coordinates of two points in 3-space, draw the projection of the line joining them.
tdlnpa(3NCARG) Given the coordinates of two points in the reference parallelogram, draw the projection of the line.
tdmtri(3NCARG) Add triangles defining a 3D marker to the triangles in a triangle list.
tdotri(3NCARG) Order the triangles defined by a triangle list.
tdpack(3NCARG) A set of routines allowing one to draw representations of three-dimensional objects.
tdpack_params(3NCARG) This document briefly describes all internal parameters of Tdpack.
tdpara(3NCARG) Initialization routine for TDPACK, called to set the value of certain internal values.
tdplch(3NCARG) Draw a character string at a specified position in the plane of the reference parallelogram.
tdprpa(3NCARG) Given the parallelogram coordinates of a point, get the coordinates of its projection in the.
tdprpi(3NCARG) Given a point in the projection plane, retrieve the parallelogram coordinates of that point in the.
tdprpt(3NCARG) Given the coordinates of a point in 3-space, get the coordinates of its projection in the projection.
tdseti(3NCARG) Provides a new integer value for a Tdpack parameter.
tdsetr(3NCARG) Provides a new real value for a Tdpack parameter.
tdsort(3NCARG) A generic sorting routine, normally used indirectly (by calling the routine TDOTRI).
tdstri(3NCARG) Add triangles defining a simple surface to the triangles in a triangle list.
tdstrs(3NCARG) Set the values defining a selected rendering style, which affects the appearance of triangles drawn.
threed(3NCARG) 3-d line drawing package.
tick3(3NCARG) Gives user control of tick mark length in PERIM3.
tick4(3NCARG) Allows for program control of tick mark length and direction.
tick43(3NCARG) Gives user control of tick mark length in PERIM3.
ticks(3NCARG) Allows for program control of tick mark length and direction. This routine has been superseded by.
vect3(3NCARG) Defines the second and all subsequent points in a sequence of points connected by straight-line.
vectd(3NCARG) Defines the second and following of a sequence of points through which a curve is to be drawn.
vector(3NCARG) Generates a "pen-down" move to a specified point in the user coordinate system. VECTOR is used in.
vectors(3NCARG) Utility for creating a vector field plot given two arrays containing the vector components on a.
vectors_params(3NCARG) This document briefly describes all Vectors internal parameters.
velvct(3NCARG) Plots a vector field, given two 2-dimensional vector component arrays, U and V. You may control.
velvec(3NCARG) A older version of the Vectors utility, now a front-end to VELVCT. It is identical to the VELVCT call.
vvectr(3NCARG) Manages the coordinate system mapping, color setting, auxiliary text output, and drawing of the.
vvgetc(3NCARG) Gets the current value of a Vectors parameter of type CHARACTER.
vvgeti(3NCARG) Gets the current value of a Vectors parameter of type INTEGER.
vvgetr(3NCARG) Gets the current value of a Vectors parameter of type REAL.
vvinit(3NCARG) Performs initialization tasks required before VVECTR may be called to plot a vector field, including.
vvrset(3NCARG) Resets all parameters to their initial default values.
vvsetc(3NCARG) Sets the value of a Vectors parameter of type CHARACTER.
vvseti(3NCARG) Sets the value of a Vectors parameter of type INTEGER.
vvsetr(3NCARG) Sets the value of a Vectors parameter of type REAL.
vvudmv(3NCARG) This routine is the user-definable external subroutine used to draw masked vectors. The default.
vvumxy(3NCARG) The user may modify this routine to define a custom mapping of vectors from a data coordinate system.
wmap(3NCARG) A Package for Producing Daily Weather Maps and Plotting Station Model Data.
wmap_params(3NCARG) This document briefly describes all the internal parameters of Wmap.
wmbarb(3NCARG) Plots wind barbs.
wmdflt(3NCARG) Returns all values of internal parameters in the Wmap package to their default values.
wmdrft(3NCARG) Plots weather map front lines.
wmdrrg(3NCARG) Plots weather map regions (indicating "snow", "rain", etc.), or solid regions indicating temperature.
wmgetc(3NCARG) Retrieves the current character value of an internal parameter of type character.
wmgeti(3NCARG) Retrieves the integral value of an internal parameter of type INTEGER.
wmgetr(3NCARG) Retrieves the real value of an internal parameter of type REAL.
wmlabc(3NCARG) Plots weather map city names and daily hi/lows.
wmlabs(3NCARG) Plots weather map special symbols and daily weather icons.
wmlabt(3NCARG) Plots weather map regional temperatures labels (like 90s, 80s, etc.).
wmlabw(3NCARG) Plots weather map regional weather labels (like "HOT", "BREEZY", "COLD", etc.
wmlgnd(3NCARG) Plots weather map legends.
wmsetc(3NCARG) Sets the value of an internal parameter of type CHARACTER.
wmseti(3NCARG) Sets the value of an internal parameter of type INTEGER.
wmsetr(3NCARG) Sets the value of an internal parameter of type REAL.
wmstnm(3NCARG) Plots station model data as per WMO guidelines.
wtstr(3NCARG) Draws a specified text string at a specified position in the user coordinate system. The call has.
yiqrgb(3NCARG) Converts a color specification given in the YIQ color space to the equivalent color specification in.
Go top Index Scopes