time.ticks([count]) time.ticks([interval])
Returns representative dates from the scale’s domain. The returned tick values are uniformly-spaced (mostly), have sensible values (such as every day at midnight), and are guaranteed to be within the extent of the domain. Ticks are often used to display reference lines, or tick marks, in conjunction with the visualized data.
An optional count may be specified to affect how many ticks are generated. If count is not specified, it defaults to 10. The sp