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 not used in any examples.
19
21 def (PLFLT, 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, input)
26 Scale factor to be applied to default to get actual tick length.
27
28
30 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
31 man page was automatically generated from the DocBook source of the
32 PLplot documentation, maintained by Alan W. Irwin and Rafael
33 Laboissiere.
34
36 PLplot documentation at http://plplot.sourceforge.net/resources.
37
38
39
40 March, 2007 PLSMAJ(3plplot)