Set the location of tick in data coords with scalar *loc*.
(self, loc)
| 375 | self.gridline.set(**grid_kw) |
| 376 | |
| 377 | def update_position(self, loc): |
| 378 | """Set the location of tick in data coords with scalar *loc*.""" |
| 379 | raise NotImplementedError('Derived must override') |
| 380 | |
| 381 | def _get_text1_transform(self): |
| 382 | raise NotImplementedError('Derived must override') |
no outgoing calls
no test coverage detected