(self, x, pos=None)
| 148 | self._units = units_mapping |
| 149 | |
| 150 | def __call__(self, x, pos=None): |
| 151 | # docstring inherited |
| 152 | return self.format_ticks([x])[0] |
| 153 | |
| 154 | def format_ticks(self, values): |
| 155 | # docstring inherited |
nothing calls this directly
no test coverage detected