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 Perl/PDL: Not available?
16
17
18 This function is used in example 31.
19
21 p_xmin (PLFLT_NC_SCALAR(3plplot), output)
22 Returned value of the lower viewport limit of the normalized
23 device coordinate in x.
24
25 p_xmax (PLFLT_NC_SCALAR(3plplot), output)
26 Returned value of the upper viewport limit of the normalized
27 device coordinate in x.
28
29 p_ymin (PLFLT_NC_SCALAR(3plplot), output)
30 Returned value of the lower viewport limit of the normalized
31 device coordinate in y.
32
33 p_ymax (PLFLT_NC_SCALAR(3plplot), output)
34 Returned value of the upper viewport limit of the normalized
35 device coordinate in y.
36
37
39 Many developers (who are credited at http://plplot.source‐
40 forge.net/credits.php) have contributed to PLplot over its long his‐
41 tory.
42
44 PLplot documentation at http://plplot.sourceforge.net/documenta‐
45 tion.php.
46
47
48
49 August, 2017 PLGVPD(3plplot)