1PLGDIDEV(3plplot)                 PLplot API                 PLGDIDEV(3plplot)
2
3
4

NAME

6       plgdidev - Get parameters that define current device-space window
7

SYNOPSIS

9       plgdidev(p_mar, p_aspect, p_jx, p_jy)
10

DESCRIPTION

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

ARGUMENTS

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

AUTHORS

36       Many   developers   (who   are   credited   at    http://plplot.source
37       forge.net/credits.php)  have  contributed  to PLplot over its long his‐
38       tory.
39

SEE ALSO

41       PLplot   documentation   at    http://plplot.sourceforge.net/documenta
42       tion.php.
43
44
45
46                                 August, 2017                PLGDIDEV(3plplot)
Impressum