Returns tick values for the scale.
@override List<double> ticks([int count = 10]) { return linearTicks(_domain.first, _domain.last, count); }