1MAPPOS(3NCARG) NCAR GRAPHICS MAPPOS(3NCARG)
2
3
4
6 MAPPOS - Positions the map on the plotter frame.
7
9 CALL MAPPOS (XLOW,XROW,YBOW,YTOW)
10
12 #include <ncarg/ncargC.h>
13
14 void c_mappos (float xlow, float xrow, float ybow,
15 float ytow)
16
18 XLOW (an input expression, of type REAL) specifies the position
19 of the left edge of the window. The default is .05.
20
21 XROW (an input expression, of type REAL) specifies the position
22 of the right edge of the window. The default is .95.
23
24 YBOW (an input expression, of type REAL) specifies the position
25 of the bottom edge of the window. The default is .05.
26
27 YTOW (an input expression, of type REAL) specifies the position
28 of the top edge of the window. The default is .95.
29
31 The C-binding argument descriptions are the same as the FORTRAN
32 argument descriptions.
33
35 This routine allows you to set the current values of the four EZMAP
36 parameters 'XL', 'XR', 'YB', and 'YT'. For a complete list of
37 parameters available in this utility, see the ezmap_params man page.
38
40 Use the ncargex command to see the following relevant examples: caredg,
41 ccpcica, ccpmovi, ccppole, ccpvp, cmppos, cmptit, cpex03, cpex08,
42 mpex04, mpex05, mpex06, mpex07, epltch, fgkgpl, fpchiqu.
43
45 To use MAPPOS or c_mappos, load the NCAR Graphics libraries ncarg,
46 ncarg_gks, and ncarg_c, preferably in that order.
47
49 See the ezmap man page for a description of all EZMAP error messages
50 and/or informational messages.
51
53 Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
54 mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
55 mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
56 maplmb, maplot, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti,
57 mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln, mpfnme,
58 mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpilnb, mpiola,
59 mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
60 mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
61 ncarg_cbind
62
63 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
64
66 Copyright (C) 1987-2009
67 University Corporation for Atmospheric Research
68 The use of this Software is governed by a License Agreement.
69
70
71
72UNIX March 1993 MAPPOS(3NCARG)