1PLGDIPLT(3plplot) PLplot API PLGDIPLT(3plplot)
2
3
4
6 plgdiplt - Get parameters that define current plot-space window
7
9 plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)
10
12 Get relative minima and maxima that define current plot-space window.
13 If plsdiplt(3plplot) has not been called the default values pointed to
14 by p_xmin, p_ymin, p_xmax, and p_ymax will be 0., 0., 1., and 1.
15
16 Redacted form: plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)
17
18 This function is not used in any examples.
19
21 p_xmin (PLFLT *, output)
22 Pointer to relative minimum in x.
23
24 p_ymin (PLFLT *, output)
25 Pointer to relative minimum in y.
26
27 p_xmax (PLFLT *, output)
28 Pointer to relative maximum in x.
29
30 p_ymax (PLFLT *, output)
31 Pointer to 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 PLGDIPLT(3plplot)