MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / axisinfo

Method axisinfo

lib/matplotlib/dates.py:1831–1832  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1829 return converter_cls(interval_multiples=interval_multiples)
1830
1831 def axisinfo(self, *args, **kwargs):
1832 return self._get_converter().axisinfo(*args, **kwargs)
1833
1834 def default_units(self, *args, **kwargs):
1835 return self._get_converter().default_units(*args, **kwargs)

Callers

nothing calls this directly

Calls 2

_get_converterMethod · 0.95
axisinfoMethod · 0.45

Tested by

no test coverage detected