SetSkipRightTick

SetSkipRightTick — Suppress the last X axis tick mark and label

Synopsis

$plot->SetSkipRightTick($skip)
    

Description

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

Parameters

$skip

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

Notes

By default, no tick marks or labels are skipped.