MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_axisbelow

Method get_axisbelow

lib/matplotlib/axes/_base.py:3390–3402  ·  view source on GitHub ↗

Get whether axis ticks and gridlines are above or below most artists. Returns ------- bool or 'line' See Also -------- set_axisbelow

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

test_axisbelowFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_axisbelowFunction · 0.64