1PLGDIDEV(3plplot) PLplot API PLGDIDEV(3plplot)
2
3
4
6 plgdidev - Get parameters that define current device-space window
7
9 plgdidev(p_mar, p_aspect, p_jx, p_jy)
10
12 Get relative margin width, aspect ratio, and relative justification
13 that define current device-space window. If plsdidev(3plplot) has not
14 been called the default values pointed to by p_mar, p_aspect, p_jx, and
15 p_jy will all be 0.
16
17 Redacted form: plgdidev(p_mar, p_aspect, p_jx, p_jy)
18
19 This function is not used in any examples.
20
22 p_mar (PLFLT *, output)
23 Pointer to relative margin width.
24
25 p_aspect (PLFLT *, output)
26 Pointer to aspect ratio.
27
28 p_jx (PLFLT *, output)
29 Pointer to relative justification in x.
30
31 p_jy (PLFLT *, output)
32 Pointer to relative justification in y.
33
34
36 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
37 man page was automatically generated from the DocBook source of the
38 PLplot documentation, maintained by Alan W. Irwin and Rafael
39 Laboissiere.
40
42 PLplot documentation at http://plplot.sourceforge.net/resources.
43
44
45
46 March, 2007 PLGDIDEV(3plplot)