(self)
| 2295 | return ticks + offset |
| 2296 | |
| 2297 | def __call__(self): |
| 2298 | vmin, vmax = self.axis.get_view_interval() |
| 2299 | return self.tick_values(vmin, vmax) |
| 2300 | |
| 2301 | def tick_values(self, vmin, vmax): |
| 2302 | if self._symmetric: |
nothing calls this directly
no test coverage detected