1PLGFAM(3plplot) PLplot API PLGFAM(3plplot)
2
3
4
6 plgfam - Get family file parameters
7
9 plgfam(p_fam, p_num, p_bmax)
10
12 Gets information about current family file, if familying is enabled.
13 See the PLplot documentation for more information.
14
15 Redacted form: plgfam(p_fam, p_num, p_bmax)
16
17 This function is used in examples 14 and 31.
18
20 p_fam (PLINT_NC_SCALAR(3plplot), output)
21 Returned value of the current family flag value. If nonzero,
22 familying is enabled for the current device.
23
24 p_num (PLINT_NC_SCALAR(3plplot), output)
25 Returned value of the current family file number.
26
27 p_bmax (PLINT_NC_SCALAR(3plplot), output)
28 Returned value of the maximum file size (in bytes) for a family
29 file.
30
31
33 Many developers (who are credited at http://plplot.source‐
34 forge.net/credits.php) have contributed to PLplot over its long his‐
35 tory.
36
38 PLplot documentation at http://plplot.sourceforge.net/documenta‐
39 tion.php.
40
41
42
43 August, 2017 PLGFAM(3plplot)