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

Method _axmask

lib/mpl_toolkits/mplot3d/axis3d.py:432–435  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

430 renderer.close_group('pane3d')
431
432 def _axmask(self):
433 axmask = [True, True, True]
434 axmask[self._axinfo["i"]] = False
435 return axmask
436
437 def _draw_ticks(self, renderer, edgep1, centers, deltas, highs,
438 deltas_per_point, pos):

Callers 3

_draw_ticksMethod · 0.95
_draw_offset_textMethod · 0.95
_draw_labelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected