1PLSORI(3plplot) PLplot API PLSORI(3plplot)
2
3
4
6 plsori - Set orientation
7
9 plsori(ori)
10
12 Set integer plot orientation parameter. This function is identical to
13 plsdiori(3plplot) except for the type of the argument, and should be
14 used in the same way. See the PLplot documentation for details.
15
16 Redacted form: plsori(ori)
17
18 This function is used in example 3.
19
21 ori (PLINT, input)
22 Orientation value (0 for landscape, 1 for portrait, etc.) The
23 value is multiplied by 90 degrees to get the angle.
24
25
27 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
28 man page was automatically generated from the DocBook source of the
29 PLplot documentation, maintained by Alan W. Irwin and Rafael
30 Laboissiere.
31
33 PLplot documentation at http://plplot.sourceforge.net/resources.
34
35
36
37 July, 2010 PLSORI(3plplot)