1PLSPAGE(3plplot) PLplot API PLSPAGE(3plplot)
2
3
4
6 plspage - Set page parameters
7
9 plspage(xp, yp, xleng, yleng, xoff, yoff)
10
12 Sets the page configuration (optional). If an individual parameter is
13 zero then that parameter value is not updated. Not all parameters are
14 recognized by all drivers and the interpretation is device-dependent.
15 The X-window driver uses the length and offset parameters to determine
16 the window size and location. The length and offset values are
17 expressed in units that are specific to the current driver. For
18 instance: screen drivers will usually interpret them as number of pix‐
19 els, whereas printer drivers will usually use mm. This routine, if
20 used, must be called before initializing PLplot.
21
22 Redacted form: plspage(xp, yp, xleng, yleng, xoff, yoff)
23
24 This function is used in example 31.
25
27 xp (PLFLT, input)
28 Number of pixels/inch (DPI), x.
29
30 yp (PLFLT, input)
31 Number of pixels/inch (DPI), y.
32
33 xleng (PLINT , input)
34 Page length, x.
35
36 yleng (PLINT, input)
37 Page length, y.
38
39 xoff (PLINT, input)
40 Page offset, x.
41
42 yoff (PLINT, input)
43 Page offset, y.
44
45
47 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
48 man page was automatically generated from the DocBook source of the
49 PLplot documentation, maintained by Alan W. Irwin and Rafael
50 Laboissiere.
51
53 PLplot documentation at http://plplot.sourceforge.net/resources.
54
55
56
57 July, 2010 PLSPAGE(3plplot)