(self, vmin, vmax)
| 1323 | return locator() |
| 1324 | |
| 1325 | def tick_values(self, vmin, vmax): |
| 1326 | return self.get_locator(vmin, vmax).tick_values(vmin, vmax) |
| 1327 | |
| 1328 | def nonsingular(self, vmin, vmax): |
| 1329 | # whatever is thrown at us, we can scale the unit. |