debian man page for plsdidev

Query: plsdidev

OS: debian

Section: 3plplot

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PLSDIDEV(3plplot)						    PLplot API							 PLSDIDEV(3plplot)

NAME
plsdidev - Set parameters that define current device-space window
SYNOPSIS
plsdidev(mar, aspect, jx, jy)
DESCRIPTION
Set relative margin width, aspect ratio, and relative justification that define current device-space window. If you want to just use the previous value for any of these, just pass in the magic value PL_NOTSET. It is unlikely that one should ever need to change the aspect ratio but it's in there for completeness. If plsdidev(3plplot) is not called the default values of mar, jx, and jy are all 0. aspect is set to a device-specific value. Redacted form: plsdidev(mar, aspect, jx, jy) This function is used in example 31.
ARGUMENTS
mar (PLFLT, input) Relative margin width. aspect (PLFLT, input) Aspect ratio. jx (PLFLT, input) Relative justification in x. Value must lie in the range -0.5 to 0.5. jy (PLFLT, input) Relative justification in y. Value must lie in the range -0.5 to 0.5.
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 PLSDIDEV(3plplot)
Related Man Pages
plgspa(3plplot) - debian
plsdiori(3plplot) - debian
plshade(3plplot) - debian
plstring3(3plplot) - debian
plvpas(3plplot) - debian
Similar Topics in the Unix Linux Community
Searching for a string in a log file with little movement
getting Output of ls command in a file
awk division error - 0
Removing zero values from text file
awk copy first column in new lines