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 *, output)
22 Lower viewport limit of the normalized device coordinate in x.
23
24 p_xmax (PLFLT *, output)
25 Upper viewport limit of the normalized device coordinate in x.
26
27 p_ymin (PLFLT *, output)
28 Lower viewport limit of the normalized device coordinate in y.
29
30 p_ymax (PLFLT *, output)
31 Upper viewport limit of the normalized device coordinate in y.
32
33
35 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
36 man page was automatically generated from the DocBook source of the
37 PLplot documentation, maintained by Alan W. Irwin and Rafael
38 Laboissiere.
39
41 PLplot documentation at http://plplot.sourceforge.net/resources.
42
43
44
45 July, 2010 PLGVPD(3plplot)