.\" This page was automatically generated. Do not edit! .\" .TH PLSMIN 3plplot "January, 2024" "" "PLplot API" .SH NAME \fBplsmin\fP - Set length of minor ticks .SH SYNOPSIS \fBplsmin\fP(\fIdef\fP, \fIscale\fP) .SH DESCRIPTION .P This sets up the length of the minor ticks and the length of the terminals on error bars. The actual length is the product of the default length and a scaling factor as for character height. .P Redacted form: \fBplsmin(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 minor 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.