diff --git a/doc/_static/multipage_pdf_thumbnail.svg b/doc/_static/multipage_pdf_thumbnail.svg new file mode 100644 index 000000000000..864c4c647492 --- /dev/null +++ b/doc/_static/multipage_pdf_thumbnail.svg @@ -0,0 +1,12 @@ + + + + + + + + + + Multipage + PDF + diff --git a/galleries/examples/misc/multipage_pdf.py b/galleries/examples/misc/multipage_pdf.py index e04cd0431f87..214d27556e65 100644 --- a/galleries/examples/misc/multipage_pdf.py +++ b/galleries/examples/misc/multipage_pdf.py @@ -15,6 +15,8 @@ from matplotlib.backends.backend_pdf import PdfPages +# sphinx_gallery_thumbnail_path = '_static/multipage_pdf_thumbnail.svg' + # Create the PdfPages object to which we will save the pages: # The with statement makes sure that the PdfPages object is closed properly at # the end of the block, even if an Exception occurs.