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
ParameterTypeDefaultMeaning
axesAxesThe axes to create a subtle grid on
Return

None

Example
   report.Grid(ax)