1PLSDIORI(3plplot) PLplot API PLSDIORI(3plplot)
2
3
4
6 plsdiori - Set plot orientation
7
9 plsdiori(rot)
10
12 Set plot orientation parameter which is multiplied by 90 degrees to
13 obtain the angle of rotation. Note, arbitrary rotation parameters such
14 as 0.2 (corresponding to 18 degrees) are possible, but the usual values
15 for the rotation parameter are 0., 1., 2., and 3. corresponding to 0
16 degrees (landscape mode), 90 degrees (portrait mode), 180 degrees
17 (seascape mode), and 270 degrees (upside-down mode). If pls‐
18 diori(3plplot) is not called the default value of rot is 0.
19
20 Redacted form: plsdiori(rot)
21
22 This function is not used in any examples.
23
25 rot (PLFLT, input)
26 Plot orientation parameter.
27
28
30 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
31 man page was automatically generated from the DocBook source of the
32 PLplot documentation, maintained by Alan W. Irwin and Rafael
33 Laboissiere.
34
36 PLplot documentation at http://plplot.sourceforge.net/resources.
37
38
39
40 March, 2007 PLSDIORI(3plplot)