pastas.plotting.modelplots.Plotting.summary_pdf#
- Plotting.summary_pdf(tmin=None, tmax=None, results_kwargs=None, diagnostics_kwargs=None, fname=None, dpi=150)[source]#
Create a PDF file (A4) with the results and diagnostics plot.
- Parameters
tmin (str or pd.Timestamp, optional) –
tmax (str or pd.Timestamp, optional) –
results_kwargs (dict, optional) – dictionary passed on to ml.plots.results method.
diagnostics_kwargs (dict, optional) – dictionary passed on to ml.plots.diagnostics method.
fname (str, optional) – string with the file name / path to store the PDF file.
dpi (int, optional) – dpi to save the figure with.
- Returns
fig
- Return type
matplotlib.pyplot.Figure instance