1PLWIND(3plplot) PLplot API PLWIND(3plplot)
2
3
4
6 plwind - Specify world coordinates of viewport boundaries
7
9 plwind(xmin, xmax, ymin, ymax)
10
12 Sets up the world coordinates of the edges of the viewport.
13
14 Redacted form: plwind(xmin, xmax, ymin, ymax)
15
16 This function is used in examples 1,2,4,6-12,14-16,18,21,23-27,29,31.
17
19 xmin (PLFLT, input)
20 The world x coordinate of the left-hand edge of the viewport.
21
22 xmax (PLFLT, input)
23 The world x coordinate of the right-hand edge of the viewport.
24
25 ymin (PLFLT, input)
26 The world y coordinate of the bottom edge of the viewport.
27
28 ymax (PLFLT, input)
29 The world y coordinate of the top edge of the viewport.
30
31
33 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
34 man page was automatically generated from the DocBook source of the
35 PLplot documentation, maintained by Alan W. Irwin and Rafael
36 Laboissiere.
37
39 PLplot documentation at http://plplot.sourceforge.net/resources.
40
41
42
43 July, 2010 PLWIND(3plplot)