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

MAPLOT - Draws geographical outlines. Note that this routine uses whichever old outline dataset is

Access

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

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_maplot()

Description

       MAPLOT has no arguments.

Examples

       Use the ncargex command to see the following relevant examples: ccpcica, ccpmovi, ccppole, colcon,
       cmpclr, cmpel, cmpfil, cmpgrp, cmpita, cmpitm, cmplab, cmplot, cmpmsk, cmpou, cmptit, cpex08, mpex09,
       eezmpa, epltch, tezmpa, fcover, ffex00, ffex02, ffex03, ffex05, fpchiqu.

Name

       MAPLOT - Draws geographical outlines.   Note that this routine uses whichever old outline dataset is
       selected by the value of the internal parameter 'OU'; to access the new map database "Earth..1", which
       was created in 1998, one must call instead the EZMAPB routine MPLNDR.

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, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti, mapstl, mapstr, maptra,
       maptri, maptrn, mapusr, 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

       Hardcopy: NCAR Graphics Contouring and Mapping Tutorial

Synopsis

       CALL MAPLOT

Usage

       MAPLOT draws the continental and/or political outlines selected by the EZMAP parameter 'OU'; the
       parameter 'DO' determines whether solid lines or dotted lines are drawn.  If EZMAP needs initialization
       or if there is an uncleared NCAR Graphics error, MAPLOT does nothing.

See Also