Get whether axis ticks and gridlines are above or below most artists. Returns ------- bool or 'line' See Also -------- set_axisbelow
(self)
| 3388 | self.stale = True |
| 3389 | |
| 3390 | def get_axisbelow(self): |
| 3391 | """ |
| 3392 | Get whether axis ticks and gridlines are above or below most artists. |
| 3393 | |
| 3394 | Returns |
| 3395 | ------- |
| 3396 | bool or 'line' |
| 3397 | |
| 3398 | See Also |
| 3399 | -------- |
| 3400 | set_axisbelow |
| 3401 | """ |
| 3402 | return self._axisbelow |
| 3403 | |
| 3404 | def set_axisbelow(self, b): |
| 3405 | """ |
no outgoing calls