1PLSFAM(3plplot) PLplot API PLSFAM(3plplot)
2
3
4
6 plsfam - Set family file parameters
7
9 plsfam(fam, num, bmax)
10
12 Sets variables dealing with output file familying. Does nothing if
13 familying not supported by the driver. This routine, if used, must be
14 called before initializing PLplot. See the PLplot documentation for
15 more information.
16
17 Redacted form: plsfam(fam, num, bmax)
18
19 This function is used in examples 14 and 31.
20
22 fam (PLINT(3plplot), input)
23 Family flag (Boolean). If nonzero, familying is enabled.
24
25 num (PLINT(3plplot), input)
26 Current family file number.
27
28 bmax (PLINT(3plplot), input)
29 Maximum file size (in bytes) for a family file.
30
31
33 Many developers (who are credited at http://plplot.org/credits.php)
34 have contributed to PLplot over its long history.
35
37 PLplot documentation at http://plplot.org/documentation.php.
38
39
40
41 January, 2021 PLSFAM(3plplot)