SetSkipTopTick — Suppress the top Y axis tick mark and label
$plot->SetSkipTopTick($skip)
$skip
SetSkipTopTick can be used to skip (suppress) the top-most Y tick mark and its label. See also SetSkipBottomTick, SetSkipLeftTick, and SetSkipRightTick.
SetSkipTopTick
If True, don't draw the top Y tick mark and label; if False, draw the top Y tick mark and label.
By default, no tick marks or labels are skipped.