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 used in example 31.
20
22 p_mar (PLFLT_NC_SCALAR(3plplot), output)
23 Returned value of the relative margin width.
24
25 p_aspect (PLFLT_NC_SCALAR(3plplot), output)
26 Returned value of the aspect ratio.
27
28 p_jx (PLFLT_NC_SCALAR(3plplot), output)
29 Returned value of the relative justification in x.
30
31 p_jy (PLFLT_NC_SCALAR(3plplot), output)
32 Returned value of the relative justification in y.
33
34
36 Many developers (who are credited at http://plplot.org/credits.php)
37 have contributed to PLplot over its long history.
38
40 PLplot documentation at http://plplot.org/documentation.php.
41
42
43
44 July, 2022 PLGDIDEV(3plplot)