pandas.plotting.register_matplotlib_converters

pandas.plotting.register_matplotlib_converters(explicit=True) [source]

Register Pandas Formatters and Converters with matplotlib

This function modifies the global matplotlib.units.registry dictionary. Pandas adds custom converters for

  • pd.Timestamp
  • pd.Period
  • np.datetime64
  • datetime.datetime
  • datetime.date
  • datetime.time

See also

deregister_matplotlib_converter

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.21.1/generated/pandas.plotting.register_matplotlib_converters.html