Get the unit converter for axis. Returns ------- `~matplotlib.units.ConversionInterface` or None
(self)
| 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 | """ |
no outgoing calls