PLSORI(3plplot) PLplot API PLSORI(3plplot)
NAME
plsori - Set orientation
SYNOPSIS
plsori(ori)
DESCRIPTION
Set integer plot orientation parameter. This function is identical to plsdiori(3plplot) except for the type of the argument, and should be
used in the same way. See the PLplot documentation for details.
Redacted form: plsori(ori)
This function is used in example 3.
ARGUMENTS
ori (PLINT, input)
Orientation value (0 for landscape, 1 for portrait, etc.) The value is multiplied by 90 degrees to get the angle.
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 PLSORI(3plplot)