plsfam.3plplot - Man Page
Set family file parameters
Synopsis
plsfam(fam, num, bmax)
Description
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.
Redacted form: plsfam(fam, num, bmax)
This function is used in examples 14 and 31.
Arguments
- fam (PLINT(3plplot), input)
Family flag (Boolean). If nonzero, familying is enabled.
- num (PLINT(3plplot), input)
Current family file number.
- bmax (PLINT(3plplot), input)
Maximum file size (in bytes) for a family file.
Authors
Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.
See Also
PLplot documentation at http://plplot.org/documentation.php.
Info
November, 2024 PLplot API