1PLGVPW(3plplot) PLplot API PLGVPW(3plplot)
2
3
4
6 plgvpw - Get viewport limits in world coordinates
7
9 plgvpw(p_xmin, p_xmax, p_ymin, p_ymax)
10
12 Get viewport limits in world coordinates.
13
14 Redacted form: General: plgvpw(p_xmin, p_xmax, p_ymin, p_ymax)
15
16
17 This function is used in example 31.
18
20 p_xmin (PLFLT_NC_SCALAR(3plplot), output)
21 Returned value of the lower viewport limit of the world coordi‐
22 nate in x.
23
24 p_xmax (PLFLT_NC_SCALAR(3plplot), output)
25 Returned value of the upper viewport limit of the world coordi‐
26 nate in x.
27
28 p_ymin (PLFLT_NC_SCALAR(3plplot), output)
29 Returned value of the lower viewport limit of the world coordi‐
30 nate in y.
31
32 p_ymax (PLFLT_NC_SCALAR(3plplot), output)
33 Returned value of the upper viewport limit of the world coordi‐
34 nate in y.
35
36
38 Many developers (who are credited at http://plplot.org/credits.php)
39 have contributed to PLplot over its long history.
40
42 PLplot documentation at http://plplot.org/documentation.php.
43
44
45
46 July, 2023 PLGVPW(3plplot)