SetYTickIncrement — Set the step between Y ticks
$plot->SetYTickIncrement([$ti
])
SetYTickIncrement
sets the interval between Y tick
marks.
You can use either this function or SetNumYTicks
(but not both) to control the tick mark spacing.
$ti
Desired tick interval, in world coordinates. If the value is omitted or an empty string, the default behavior is restored.
If neither SetYTickIncrement
nor
SetNumYTicks is used, the tick mark interval
is calculated as 1/10th of the Y data range.