Grid
The Grid function of the mplreport class is simply a more subtle version of the grid you would normally get by calling axes.Grid() in MatPlotLib.
Parameters
Parameter | Type | Default | Meaning |
---|---|---|---|
axes | Axes | The axes to create a subtle grid on |
Return
None
Example
report.Grid(ax)