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). Not all parameters are recogā
13 nized by all drivers and the interpretation is device-dependent. The X-
14 window driver uses the length and offset parameters to determine the
15 window size and location. This routine, if used, must be called before
16 initializing PLplot.
17
18 Redacted form: plspage(xp, yp, xleng, yleng, xoff, yoff)
19
20 This function is not used in any examples.
21
23 xp (PLFLT, input)
24 Number of pixels, x.
25
26 yp (PLFLT, input)
27 Number of pixels, y.
28
29 xleng (PLINT , input)
30 Page length, x.
31
32 yleng (PLINT, input)
33 Page length, y.
34
35 xoff (PLINT, input)
36 Page offset, x.
37
38 yoff (PLINT, input)
39 Page offset, y.
40
41
43 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
44 man page was automatically generated from the DocBook source of the
45 PLplot documentation, maintained by Alan W. Irwin and Rafael
46 Laboissiere.
47
49 PLplot documentation at http://plplot.sourceforge.net/resources.
50
51
52
53 March, 2007 PLSPAGE(3plplot)