Function
grid
(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) |
| 2625 | def 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
Tested by
no test coverage detected