TimeAxis

The TimeAxis function of the mplreport class creates a suitable time axis on a MatPlotLib subplot, given the current report range.

Parameters
ParameterTypeDefaultMeaning
axisAxisThe MatPlotLib axis object to modify.
Return

None

Example
report.TimeAxis(ax.xaxis)