Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plspage(3plplot) [debian man page]

PLSPAGE(3plplot)						    PLplot API							  PLSPAGE(3plplot)

NAME
plspage - Set page parameters SYNOPSIS
plspage(xp, yp, xleng, yleng, xoff, yoff) DESCRIPTION
Sets the page configuration (optional). If an individual parameter is zero then that parameter value is not updated. Not all parameters are recognized by all drivers and the interpretation is device-dependent. The X-window driver uses the length and offset parameters to determine the window size and location. The length and offset values are expressed in units that are specific to the current driver. For instance: screen drivers will usually interpret them as number of pixels, whereas printer drivers will usually use mm. This routine, if used, must be called before initializing PLplot. Redacted form: plspage(xp, yp, xleng, yleng, xoff, yoff) This function is used in examples 14 and 31. ARGUMENTS
xp (PLFLT, input) Number of pixels/inch (DPI), x. yp (PLFLT, input) Number of pixels/inch (DPI), y. xleng (PLINT , input) Page length, x. yleng (PLINT, input) Page length, y. xoff (PLINT, input) Page offset, x. yoff (PLINT, input) Page offset, y. 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 PLSPAGE(3plplot)

Check Out this Related Man Page

PLSXAX(3plplot) 						    PLplot API							   PLSXAX(3plplot)

NAME
plsxax - Set x axis parameters SYNOPSIS
plsxax(digmax, digits) DESCRIPTION
Sets values of the digmax and digits flags for the x axis. See the PLplot documentation for more information. Redacted form: plsxax(digmax, digits) This function is used in example 31. ARGUMENTS
digmax (PLINT, input) Variable to set the maximum number of digits for the x axis. If nonzero, the printed label will be switched to a floating point representation when the number of digits exceeds digmax. digits (PLINT, input) Field digits value. Currently, changing its value here has no effect since it is set only by plbox(3plplot) or plbox3(3plplot). However, the user may obtain its value after a call to either of these functions by calling plgxax(3plplot). 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 PLSXAX(3plplot)
Man Page