.\" This page was automatically generated. Do not edit! .\" .TH PLSFAM 3plplot "March, 2024" "" "PLplot API" .SH NAME \fBplsfam\fP - Set family file parameters .SH SYNOPSIS \fBplsfam\fP(\fIfam\fP, \fInum\fP, \fIbmax\fP) .SH DESCRIPTION .P Sets variables dealing with output file familying. Does nothing if familying not supported by the driver. This routine, if used, must be called before initializing PLplot. See the PLplot documentation for more information. .P Redacted form: \fBplsfam(fam, num, bmax)\fP .P This function is used in examples 14 and 31. .SH ARGUMENTS .TP \fIfam\fP (\fBPLINT\fP(3plplot), input) Family flag (Boolean). If nonzero, familying is enabled. .TP \fInum\fP (\fBPLINT\fP(3plplot), input) Current family file number. .TP \fIbmax\fP (\fBPLINT\fP(3plplot), input) Maximum file size (in bytes) for a family file. .SH AUTHORS Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history. .SH SEE ALSO PLplot documentation at http://plplot.org/documentation.php.