Currently, the max number of ticks is set to 4 (on [this line](https://github.com/SciTools/nc-time-axis/blob/master/nc_time_axis/__init__.py#L214)). This is a bit restrictive. It would be nice if the user had control over the number of ticks, perhaps through the use of some kind of `set_max_ticks` method.