pandas.plotting.
register_matplotlib_converters
Register pandas formatters and converters with matplotlib.
This function modifies the global matplotlib.units.registry dictionary. pandas adds custom converters for
matplotlib.units.registry
pd.Timestamp
pd.Period
np.datetime64
datetime.datetime
datetime.date
datetime.time
See also
deregister_matplotlib_converters
Remove pandas formatters and converters.