1PLGPAGE(3plplot) PLplot API PLGPAGE(3plplot)
2
3
4
6 plgpage - Get page parameters
7
9 plgpage(xp, yp, xleng, yleng, xoff, yoff)
10
12 Gets the current page configuration. The parameters are expressed in
13 units that are specific to the current driver. For instance: screen
14 drivers will usually interpret them as number of pixels, whereas
15 printer drivers will usually use mm.
16
17 Redacted form: plgpage(xp, yp, xleng, yleng, xoff, yoff)
18
19 This function is not used in any examples.
20
22 xp (PLFLT *, output)
23 Pointer to number of pixels in x.
24
25 yp (PLFLT *, output)
26 Pointer to number of pixels in y.
27
28 xleng (PLINT *, output)
29 Pointer to x page length value.
30
31 yleng (PLINT *, output)
32 Pointer to y page length value.
33
34 xoff (PLINT *, output)
35 Pointer to x page offset.
36
37 yoff (PLINT *, output)
38 Pointer to y page offset.
39
40
42 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
43 man page was automatically generated from the DocBook source of the
44 PLplot documentation, maintained by Alan W. Irwin and Rafael
45 Laboissiere.
46
48 PLplot documentation at http://plplot.sourceforge.net/resources.
49
50
51
52 March, 2007 PLGPAGE(3plplot)