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.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 PLGFAM(3plplot)