.\" This page was automatically generated. Do not edit! .\" .TH PLSMAJ 3plplot "April, 2023" "" "PLplot API" .SH NAME \fBplsmaj\fP - Set length of major ticks .SH SYNOPSIS \fBplsmaj\fP(\fIdef\fP, \fIscale\fP) .SH DESCRIPTION .P This sets up the length of the major ticks. The actual length is the product of the default length and a scaling factor as for character height. .P Redacted form: \fBplsmaj(def, scale)\fP .P This function is used in example 29. .SH ARGUMENTS .TP \fIdef\fP (\fBPLFLT\fP(3plplot), input) The default length of a major tick in millimeters, should be set to zero if the default length is to remain unchanged. .TP \fIscale\fP (\fBPLFLT\fP(3plplot), input) Scale factor to be applied to default to get actual tick length. .SH AUTHORS Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history. .SH SEE ALSO PLplot documentation at http://plplot.org/documentation.php.