Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
clear
Method · 0.95
new_fixed_axis
Method · 0.95
new_floating_axis
Method · 0.95
clear
Method · 0.80
_gen_axes_patch
Method · 0.80
clear
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected