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(3plplot), input)
20 Number of windows in x direction (i.e., number of window col‐
21 umns).
22
23 ny (PLINT(3plplot), input)
24 Number of windows in y direction (i.e., number of window rows).
25
26
28 Many developers (who are credited at http://plplot.org/credits.php)
29 have contributed to PLplot over its long history.
30
32 PLplot documentation at http://plplot.org/documentation.php.
33
34
35
36 August, 2019 PLSSUB(3plplot)