Return the tick location (data coords) as a scalar.
(self)
| 280 | return self._base_pad |
| 281 | |
| 282 | def get_loc(self): |
| 283 | """Return the tick location (data coords) as a scalar.""" |
| 284 | return self._loc |
| 285 | |
| 286 | @martist.allow_rasterization |
| 287 | def draw(self, renderer): |
no outgoing calls