plsfam: Set family file parameters

plsfam ( fam ,
  num ,
  bmax );
 

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 section called “Family File Output” for more information.

fam (PLINT, input)

Family flag (Boolean). If nonzero, familying is enabled.

num (PLINT, input)

Current family file number.

bmax (PLINT, input)

Maximum file size (in bytes) for a family file.

Redacted form: plsfam(fam, num, bmax)

This function is used in examples 14 and 31.