--- title: Manual Matplotlib Reporting --- The [matplotlib_manual_reporting.py](https://github.com/allegroai/clearml/blob/master/examples/reporting/matplotlib_manual_reporting.py) example demonstrates using ClearML to log plots and images generated by Matplotlib and Seaborn. ## Plots The Matplotlib and Seaborn plots that are reported using the [Logger.report_matplotlib_figure](../../references/sdk/logger.md#report_matplotlib_figure) method appear in the experiment’s **PLOTS**.   ## Debug Samples Matplotlib figures can be logged as images by using the [Logger.report_matplotlib_figure](../../references/sdk/logger.md#report_matplotlib_figure) method, and passing `report_image=True`. The images are stored in the experiment’s **DEBUG SAMPLES**. 