1PLMERIDIANS(3plplot)              PLplot API              PLMERIDIANS(3plplot)
2
3
4

NAME

6       plmeridians - Plot latitude and longitude lines
7

SYNOPSIS

9       plmeridians(mapform, dlong, dlat, minlong, maxlong, minlat, maxlat)
10

DESCRIPTION

12       Displays  latitude  and  longitude  on the current plot.  The lines are
13       plotted in the current color and line style.
14
15       Redacted form: plmeridians(mapform, dlong, dlat, minlong, maxlong, min‐
16       lat, maxlat)
17
18       This function is used in example 19.
19

ARGUMENTS

21       mapform (PLMAPFORM_callback(3plplot), input)
22              A  user supplied function to transform the coordinate longitudes
23              and latitudes to a plot coordinate system. By using this  trans‐
24              form,  we  can change from a longitude, latitude coordinate to a
25              polar   stereographic   project,   for   example.     Initially,
26              x[0]..[n-1]  are  the longitudes and y[0]..y[n-1] are the corre‐
27              sponding latitudes.  After the call to mapform(),  x[]  and  y[]
28              should  be replaced by the corresponding plot coordinates. If no
29              transform is desired, mapform can be replaced by NULL.
30
31       dlong (PLFLT(3plplot), input)
32              The interval in degrees at which the longitude lines are  to  be
33              plotted.
34
35       dlat (PLFLT(3plplot), input)
36              The  interval  in  degrees at which the latitude lines are to be
37              plotted.
38
39       minlong (PLFLT(3plplot), input)
40              The value of the longitude on the left side  of  the  plot.  The
41              value of minlong must be less than the value of maxlong, and the
42              quantity maxlong-minlong must be less than or equal to 360.
43
44       maxlong (PLFLT(3plplot), input)
45              The value of the longitude on the right side of the plot.
46
47       minlat (PLFLT(3plplot), input)
48              The minimum latitude to be plotted on the  background.  One  can
49              always use -90.0 as the boundary outside the plot window will be
50              automatically eliminated.  However, the program will  be  faster
51              if one can reduce the size of the background plotted.
52
53       maxlat (PLFLT(3plplot), input)
54              The  maximum  latitudes to be plotted on the background. One can
55              always use 90.0 as the boundary outside the plot window will  be
56              automatically eliminated.
57
58

AUTHORS

60       Many  developers  (who  are  credited at http://plplot.org/credits.php)
61       have contributed to PLplot over its long history.
62

SEE ALSO

64       PLplot documentation at http://plplot.org/documentation.php.
65
66
67
68                                November, 2019            PLMERIDIANS(3plplot)
Impressum