SetSkipBottomTick

SetSkipBottomTick — Suppress the bottom Y axis tick mark and label

Synopsis

$plot->SetSkipBottomTick($skip)
    

Description

SetSkipBottomTick can be used to skip (suppress) the bottom-most Y tick mark and its label. See also SetSkipLeftTick, SetSkipRightTick, and SetSkipTopTick.

Parameters

$skip

If True, don't draw the bottom Y tick mark and label; if False, draw the bottom Y tick mark and label.

Notes

By default, no tick marks or labels are skipped.