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

Method get_grid_helper

lib/mpl_toolkits/axisartist/axislines.py:420–421  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

418 axisline.minor_ticklabels.set_visible(False)
419
420 def get_grid_helper(self):
421 return self._grid_helper
422
423 def grid(self, visible=None, which='major', axis="both", **kwargs):
424 """

Callers 6

clearMethod · 0.95
new_fixed_axisMethod · 0.95
new_floating_axisMethod · 0.95
clearMethod · 0.80
_gen_axes_patchMethod · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected