AutoCFDatetimeFormatter

class AutoCFDatetimeFormatter(locator, calendar, time_units=None)[source]

Bases: Formatter

Automatic formatter for cftime.datetime data.

Methods Summary

__call__(x[, pos])

Return the format for tick value x at position pos.

pick_format(resolution)

Methods Documentation

__call__(x, pos=0)[source]

Return the format for tick value x at position pos. pos=None indicates an unspecified location.

pick_format(resolution)[source]