MAPVEC(3NCARG) | NCAR GRAPHICS | MAPVEC(3NCARG) |
MAPVEC - Draws lines on a map - used in conjunction with MAPFST.
CALL MAPVEC (RLAT,RLON)
#include <ncarg/ncargC.h>
void c_mapvec (float rlat, float rlon)
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
The statement:
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.
To use MAPVEC or c_mapvec, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
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, mapusr, 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
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |