CreatePage
The CreatePage function of the mplreport class is used to create a new page in a PDF report, and takes the same parameters as the MatPlotLib subplots function.
Parameters
See the documentation for subplots in the MatPlotLib documentation.
Return
This function returns a tuple containing two objects - the first is a MatPlotLib figure, the second is either a single MatPlotLib Axes object (when creating a report with only one subplot), or an array of them.