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-2007
67 University Corporation for Atmospheric Research
68
69 This documentation is free software; you can redistribute it and/or
70 modify it under the terms of the GNU General Public License as
71 published by the Free Software Foundation; either version 2 of the
72 License, or (at your option) any later version.
73
74 This software is distributed in the hope that it will be useful, but
75 WITHOUT ANY WARRANTY; without even the implied warranty of
76 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
77 General Public License for more details.
78
79 You should have received a copy of the GNU General Public License along
80 with this software; if not, write to the Free Software Foundation,
81 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
82
83
84
85UNIX March 1993 MAPPOS(3NCARG)