Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plinit(3plplot) [debian man page]

PLINIT(3plplot) 						    PLplot API							   PLINIT(3plplot)

NAME
plinit - Initialize PLplot SYNOPSIS
plinit() DESCRIPTION
Initializing the plotting package. The program prompts for the device keyword or number of the desired output device. Hitting a RETURN in response to the prompt is the same as selecting the first device. plinit(3plplot) will issue no prompt if either the device was specified previously (via command line flag, the plsetopt(3plplot) function, or the plsdev(3plplot) function), or if only one device is enabled when PLplot is installed. If subpages have been specified, the output device is divided into nx by ny subpages, each of which may be used inde- pendently. If plinit(3plplot) is called again during a program, the previously opened file will be closed. The subroutine pladv(3plplot) is used to advance from one subpage to the next. Redacted form: plinit() This function is used in all of the examples. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLINIT(3plplot)

Check Out this Related Man Page

PLSCOMPRESSION(3plplot) 					    PLplot API						   PLSCOMPRESSION(3plplot)

NAME
plscompression - Set device-compression level SYNOPSIS
plscompression(compression) DESCRIPTION
Set device-compression level. Only used for drivers that provide compression. This function, if used, should be invoked before a call to plinit(3plplot). Redacted form: plscompression(compression) This function is used in example 31. ARGUMENTS
compression (PLINT, input) The desired compression level. This is a device-dependent value. Currently only the jpeg and png devices use these values. For jpeg value is the jpeg quality which should normally be in the range 0-95. Higher values denote higher quality and hence larger image sizes. For png values are in the range -1 to 99. Values of 0-9 are taken as the compression level for zlib. A value of -1 denotes the default zlib compression level. Values in the range 10-99 are divided by 10 and then used as the zlib compression level. Higher compression levels correspond to greater compression and small file sizes at the expense of more computation. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLSCOMPRESSION(3plplot)
Man Page