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

MAPUSR - Called by EZMAP routines that draw the various parts of the map. The default version does

Access

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

Description

       IPRT        (input  expression,  of type INTEGER), if positive, says that a particular part of the map is
                   about to be drawn, as follows:

                       IPRT  Part of map about to be drawn

                       1     Perimeter.

                       2     Grid.

                       3     Labels.

                       4     Limb lines.

                       5     Continental outlines.

                       6     U.S. state outlines.

                       7     International outlines.

                   If IPRT is negative, then the drawing of the last part is complete.  The  absolute  value  of
                   IPRT will be one of the above values. Changed quantities should be restored.

Examples

       Use the ncargex command to see the following relevant example: mpex08.

Name

       MAPUSR - Called by EZMAP routines that draw the various parts of the map.  The default version does
       nothing.  A user-written version may be supplied to change the appearance of the map. Note that this
       routine is not called by any of the EZMAPB routines; they call MPCHLN instead.

See Also

       Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw,  mapeod,  mapfst,  mapgci,  mapgrd,  mapgrm,
       mapgtc,  mapgti,  mapgtl,  mapgtr,  mapint, mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm,
       maplbl, maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc,  mapsti,  mapstl,  mapstr,
       maptra,  maptri,  maptrn, mapvec, mpchln, mpfnme, mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb,
       mpilnb, mpiola, mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,  mpname,  mprset,
       mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon, ncarg_cbind

Synopsis

       CALL MAPUSR (IPRT)

Usage

       EZMAP executes the statement

           CALL MAPUSR (IPRT)

       just before and just after each portion of a map is drawn. The default version of MAPUSR does nothing.

       A  user-supplied  version  of MAPUSR may set/reset the dotting parameter 'DL', the DASHCHAR dash pattern,
       the color index, etc., so as to achieve a desired effect.

See Also