Other Alias
Draws lines on a mapSYNOPSIS
CALL MAPVEC (RLAT,RLON)C-BINDING SYNOPSIS
#include <ncarg/ncargC.h>void c_mapvec (float rlat, float rlon)
DESCRIPTION
- RLAT and RLON
- (input expressions, of type REAL) specify the latitude and longitude of a point to which the "pen" is to be moved. Both are given in degrees. RLAT must be between -90. and +90., inclusive; RLON must be between -540. and +540., inclusive.
C-BINDING DESCRIPTION
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.USAGE
The statement:
- CALL MAPVEC (RLAT, RLON)
is equivalent to
-
CALL MAPIT (RLAT, RLON, 1)
It moves the "pen" (in the "down" position) to the next point in a series of points. See the man page for MAPIT.
ACCESS
To use MAPVEC or c_mapvec, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.COPYRIGHT
Copyright (C) 1987-2009University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.