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,31.
20
22 fam (PLINT, input)
23 Family flag (Boolean). If nonzero, familying is enabled.
24
25 num (PLINT, input)
26 Current family file number.
27
28 bmax (PLINT, input)
29 Maximum file size (in bytes) for a 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 July, 2010 PLSFAM(3plplot)