1PLVASP(3plplot) PLplot API PLVASP(3plplot)
2
3
4
6 plvasp - Specify viewport using aspect ratio only
7
9 plvasp(aspect)
10
12 Selects the largest viewport with the given aspect ratio within the
13 subpage that leaves a standard margin (left-hand margin of eight char‐
14 acter heights, and a margin around the other three sides of five char‐
15 acter heights).
16
17 Redacted form: plvasp(aspect)
18
19 This function is used in example 13.
20
22 aspect (PLFLT(3plplot), input)
23 Ratio of length of y axis to length of x axis of resulting view‐
24 port.
25
26
28 Many developers (who are credited at http://plplot.source‐
29 forge.net/credits.php) have contributed to PLplot over its long his‐
30 tory.
31
33 PLplot documentation at http://plplot.sourceforge.net/documenta‐
34 tion.php.
35
36
37
38 August, 2017 PLVASP(3plplot)