1PLVASP(3plplot) PLplot API PLVASP(3plplot)
2
3
4
6 plvasp - Specify viewport using aspect ratio only
7
9 plvasp(aspect)
10
12 Sets the viewport so that the ratio of the length of the y axis to that
13 of the x axis is equal to aspect.
14
15 Redacted form: plvasp(aspect)
16
17 This function is not used in any examples.
18
20 aspect (PLFLT, input)
21 Ratio of length of y axis to length of x axis.
22
23
25 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
26 man page was automatically generated from the DocBook source of the
27 PLplot documentation, maintained by Alan W. Irwin and Rafael
28 Laboissiere.
29
31 PLplot documentation at http://plplot.sourceforge.net/resources.
32
33
34
35 March, 2007 PLVASP(3plplot)