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
16 ratio 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 not used in any examples.
23
25 mar (PLFLT, input)
26 Relative margin width.
27
28 aspect (PLFLT, input)
29 Aspect ratio.
30
31 jx (PLFLT, input)
32 Relative justification in x.
33
34 jy (PLFLT, input)
35 Relative justification in y.
36
37
39 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
40 man page was automatically generated from the DocBook source of the
41 PLplot documentation, maintained by Alan W. Irwin and Rafael
42 Laboissiere.
43
45 PLplot documentation at http://plplot.sourceforge.net/resources.
46
47
48
49 March, 2007 PLSDIDEV(3plplot)