1PLSMAJ(3plplot) PLplot API PLSMAJ(3plplot)
2
3
4
6 plsmaj - Set length of major ticks
7
9 plsmaj(def, scale)
10
12 This sets up the length of the major ticks. The actual length is the
13 product of the default length and a scaling factor as for character
14 height.
15
16 Redacted form: plsmaj(def, scale)
17
18 This function is used in example 29.
19
21 def (PLFLT(3plplot), input)
22 The default length of a major tick in millimeters, should be set
23 to zero if the default length is to remain unchanged.
24
25 scale (PLFLT(3plplot), input)
26 Scale factor to be applied to default to get actual tick length.
27
28
30 Many developers (who are credited at http://plplot.org/credits.php)
31 have contributed to PLplot over its long history.
32
34 PLplot documentation at http://plplot.org/documentation.php.
35
36
37
38 September, 2020 PLSMAJ(3plplot)