Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/_static/multipage_pdf_thumbnail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions galleries/examples/misc/multipage_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading