1PLSSUB(3plplot) PLplot API PLSSUB(3plplot)
2
3
4
6 plssub - Set the number of subpages in x and y
7
9 plssub(nx, ny)
10
12 Set the number of subpages in x and y.
13
14 Redacted form: plssub(nx, ny)
15
16 This function is examples 1,2,14,21,25,27.
17
19 nx (PLINT, input)
20 Number of windows in x direction (i.e., number of window col‐
21 umns).
22
23 ny (PLINT, input)
24 Number of windows in y direction (i.e., number of window rows).
25
26
28 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
29 man page was automatically generated from the DocBook source of the
30 PLplot documentation, maintained by Alan W. Irwin and Rafael
31 Laboissiere.
32
34 PLplot documentation at http://plplot.sourceforge.net/resources.
35
36
37
38 March, 2007 PLSSUB(3plplot)