1PLADV(3plplot) PLplot API PLADV(3plplot)
2
3
4
6 pladv - Advance the (sub-)page
7
9 pladv(sub)
10
12 Advances to the next subpage if sub=0, performing a page advance if
13 there are no remaining subpages on the current page. If subpages
14 aren't being used, pladv(3plplot)(0) will always advance the page. If
15 sub>0, PLplot switches to the specified subpage. Note that this allows
16 you to overwrite a plot on the specified subpage; if this is not what
17 you intended, use pleop(3plplot) followed by plbop(3plplot) to first
18 advance the page. This routine is called automatically (with sub=0) by
19 plenv(3plplot), but if plenv(3plplot) is not used, pladv(3plplot) must
20 be called after initializing PLplot but before defining the viewport.
21
22 Redacted form: pladv(sub)
23
24 This function is used in examples 1,2,4,6-12,14-18,20,21,23-27.
25
27 sub (PLINT, input)
28 Specifies the subpage number (starting from 1 in the top left
29 corner and increasing along the rows) to which to advance. Set
30 to zero to advance to the next subpage.
31
32
34 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
35 man page was automatically generated from the DocBook source of the
36 PLplot documentation, maintained by Alan W. Irwin and Rafael
37 Laboissiere.
38
40 PLplot documentation at http://plplot.sourceforge.net/resources.
41
42
43
44 March, 2007 PLADV(3plplot)