1PLGPAGE(3plplot) PLplot API PLGPAGE(3plplot)
2
3
4
6 plgpage - Get page parameters
7
9 plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)
10
12 Gets the current page configuration. The length and offset values are
13 expressed in units that are specific to the current driver. For
14 instance: screen drivers will usually interpret them as number of pix‐
15 els, whereas printer drivers will usually use mm.
16
17 Redacted form: plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)
18
19 This function is used in examples 14 and 31.
20
22 p_xp (PLFLT_NC_SCALAR(3plplot), output)
23 Returned value of the number of pixels/inch (DPI) in x.
24
25 p_yp (PLFLT_NC_SCALAR(3plplot), output)
26 Returned value of the number of pixels/inch (DPI) in y.
27
28 p_xleng (PLINT_NC_SCALAR(3plplot), output)
29 Returned value of the x page length.
30
31 p_yleng (PLINT_NC_SCALAR(3plplot), output)
32 Returned value of the y page length.
33
34 p_xoff (PLINT_NC_SCALAR(3plplot), output)
35 Returned value of the x page offset.
36
37 p_yoff (PLINT_NC_SCALAR(3plplot), output)
38 Returned value of the y page offset.
39
40
42 Many developers (who are credited at http://plplot.org/credits.php)
43 have contributed to PLplot over its long history.
44
46 PLplot documentation at http://plplot.org/documentation.php.
47
48
49
50 February, 2019 PLGPAGE(3plplot)