pladv
( | sub); |
Advances to the next subpage if
, performing a page
advance if there are no remaining subpages on the current page. If
subpages aren't being used, sub=0 will
always advance the page. If
pladv(0), PLplot switches
to the specified subpage. Note that this allows you to overwrite a
plot on the specified subpage; if this is not what you intended, use
sub>0pleop followed by plbop to first advance the page. This routine
is called automatically (with
) by sub=0plenv, but if
plenv is not used, pladv must be called after initializing PLplot
but before defining the viewport.
sub
(PLINT, input)
Specifies the subpage number (starting from 1 in the top left corner and increasing along the rows) to which to advance. Set to zero to advance to the next subpage.
Redacted form: pladv(sub)
This function is used in examples 1,2,4,6-12,14-18,20,21,23-27,29,31.