MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / grid

Function grid

site-packages/matplotlib/pyplot.py:2625–2626  ·  view source on GitHub ↗
(b=None, which='major', axis='both', **kwargs)

Source from the content-addressed store, hash-verified

2623# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2624@docstring.copy_dedent(Axes.grid)
2625def grid(b=None, which='major', axis='both', **kwargs):
2626 return gca().grid(b=b, which=which, axis=axis, **kwargs)
2627
2628
2629# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
gridMethod · 0.45

Tested by

no test coverage detected