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

Method get_converter

lib/matplotlib/axis.py:1965–1973  ·  view source on GitHub ↗

Get the unit converter for axis. Returns ------- `~matplotlib.units.ConversionInterface` or None

(self)

Source from the content-addressed store, hash-verified

1963 return ret
1964
1965 def get_converter(self):
1966 """
1967 Get the unit converter for axis.
1968
1969 Returns
1970 -------
1971 `~matplotlib.units.ConversionInterface` or None
1972 """
1973 return self._converter
1974
1975 def set_converter(self, converter):
1976 """

Callers 8

update_unitsMethod · 0.45
convert_unitsMethod · 0.45
figure_editFunction · 0.45
test_table_unitFunction · 0.45
test_explicit_converterFunction · 0.45
axes_units.pyFile · 0.45

Calls

no outgoing calls

Tested by 4

test_table_unitFunction · 0.36
test_explicit_converterFunction · 0.36