SetSkipLeftTick

SetSkipLeftTick — Suppress the first X axis tick mark and label

Synopsis

$plot->SetSkipLeftTick($skip)
    

Description

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

Parameters

$skip

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

Notes

By default, no tick marks or labels are skipped.