1PLSDIDEV(3plplot) PLplot API PLSDIDEV(3plplot)
2
3
4
6 plsdidev - Set parameters that define current device-space window
7
9 plsdidev(mar, aspect, jx, jy)
10
12 Set relative margin width, aspect ratio, and relative justification
13 that define current device-space window. If you want to just use the
14 previous value for any of these, just pass in the magic value PL_NOT‐
15 SET. It is unlikely that one should ever need to change the aspect ra‐
16 tio but it's in there for completeness. If plsdidev(3plplot) is not
17 called the default values of mar, jx, and jy are all 0. aspect is set
18 to a device-specific value.
19
20 Redacted form: plsdidev(mar, aspect, jx, jy)
21
22 This function is used in example 31.
23
25 mar (PLFLT(3plplot), input)
26 Relative margin width.
27
28 aspect (PLFLT(3plplot), input)
29 Aspect ratio.
30
31 jx (PLFLT(3plplot), input)
32 Relative justification in x. Value must lie in the range -0.5 to
33 0.5.
34
35 jy (PLFLT(3plplot), input)
36 Relative justification in y. Value must lie in the range -0.5 to
37 0.5.
38
39
41 Many developers (who are credited at http://plplot.org/credits.php)
42 have contributed to PLplot over its long history.
43
45 PLplot documentation at http://plplot.org/documentation.php.
46
47
48
49 February, 2022 PLSDIDEV(3plplot)