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.org/credits.php)
29 have contributed to PLplot over its long history.
30
32 PLplot documentation at http://plplot.org/documentation.php.
33
34
35
36 January, 2023 PLVASP(3plplot)