1PLSDIPLT(3plplot) PLplot API PLSDIPLT(3plplot)
2
3
4
6 plsdiplt - Set parameters that define current plot-space window
7
9 plsdiplt(xmin, ymin, xmax, ymax)
10
12 Set relative minima and maxima that define the current plot-space win‐
13 dow. If plsdiplt(3plplot) is not called the default values of xmin,
14 ymin, xmax, and ymax are 0., 0., 1., and 1.
15
16 Redacted form: plsdiplt(xmin, ymin, xmax, ymax)
17
18 This function is used in example 31.
19
21 xmin (PLFLT(3plplot), input)
22 Relative minimum in x.
23
24 ymin (PLFLT(3plplot), input)
25 Relative minimum in y.
26
27 xmax (PLFLT(3plplot), input)
28 Relative maximum in x.
29
30 ymax (PLFLT(3plplot), input)
31 Relative maximum in y.
32
33
35 Many developers (who are credited at http://plplot.org/credits.php)
36 have contributed to PLplot over its long history.
37
39 PLplot documentation at http://plplot.org/documentation.php.
40
41
42
43 July, 2023 PLSDIPLT(3plplot)