1PLGFAM(3plplot) PLplot API PLGFAM(3plplot)
2
3
4
6 plgfam - Get family file parameters
7
9 plgfam(fam, num, 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(fam, num, bmax)
16
17 This function is not used in any examples.
18
20 fam (PLINT *, output)
21 Pointer to variable with the Boolean family flag value. If
22 nonzero, familying is enabled.
23
24 num (PLINT *, output)
25 Pointer to variable with the current family file number.
26
27 bmax (PLINT *, output)
28 Pointer to variable with the maximum file size (in bytes) for a
29 family file.
30
31
33 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
34 man page was automatically generated from the DocBook source of the
35 PLplot documentation, maintained by Alan W. Irwin and Rafael
36 Laboissiere.
37
39 PLplot documentation at http://plplot.sourceforge.net/resources.
40
41
42
43 March, 2007 PLGFAM(3plplot)