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