1PLGDIORI(3plplot) PLplot API PLGDIORI(3plplot)
2
3
4
6 plgdiori - Get plot orientation
7
9 plgdiori(p_rot)
10
12 Get 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) has not been called the default value pointed to by
19 p_rot will be 0.
20
21 Redacted form: plgdiori(p_rot)
22
23 This function is not used in any examples.
24
26 p_rot (PLFLT *, output)
27 Pointer to orientation parameter.
28
29
31 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
32 man page was automatically generated from the DocBook source of the
33 PLplot documentation, maintained by Alan W. Irwin and Rafael
34 Laboissiere.
35
37 PLplot documentation at http://plplot.sourceforge.net/resources.
38
39
40
41 July, 2010 PLGDIORI(3plplot)