===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 [[https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.subplots.html|subplots]] function. ==Parameters== See the documentation for [[https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.subplots.html|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.