1PLGVPD(3plplot) PLplot API PLGVPD(3plplot)
2
3
4
6 plgvpd - Get viewport limits in normalized device coordinates
7
9 plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)
10
12 Get viewport limits in normalized device coordinates.
13
14 Redacted form: General: plgvpd(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 normalized de‐
22 vice coordinate in x.
23
24 p_xmax (PLFLT_NC_SCALAR(3plplot), output)
25 Returned value of the upper viewport limit of the normalized de‐
26 vice coordinate in x.
27
28 p_ymin (PLFLT_NC_SCALAR(3plplot), output)
29 Returned value of the lower viewport limit of the normalized de‐
30 vice coordinate in y.
31
32 p_ymax (PLFLT_NC_SCALAR(3plplot), output)
33 Returned value of the upper viewport limit of the normalized de‐
34 vice coordinate 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, 2022 PLGVPD(3plplot)