1PLSMIN(3plplot) PLplot API PLSMIN(3plplot)
2
3
4
6 plsmin - Set length of minor ticks
7
9 plsmin(def, scale)
10
12 This sets up the length of the minor ticks and the length of the termiā
13 nals on error bars. The actual length is the product of the default
14 length and a scaling factor as for character height.
15
16 Redacted form: plsmin(def, scale)
17
18 This function is not used in any examples.
19
21 def (PLFLT, input)
22 The default length of a minor 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 PLSMIN(3plplot)