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 not used in any examples.
19
21 xmin (PLFLT, input)
22 Relative minimum in x.
23
24 ymin (PLFLT, input)
25 Relative minimum in y.
26
27 xmax (PLFLT, input)
28 Relative maximum in x.
29
30 ymax (PLFLT, input)
31 Relative maximum in y.
32
33
35 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
36 man page was automatically generated from the DocBook source of the
37 PLplot documentation, maintained by Alan W. Irwin and Rafael
38 Laboissiere.
39
41 PLplot documentation at http://plplot.sourceforge.net/resources.
42
43
44
45 March, 2007 PLSDIPLT(3plplot)