Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa19f6 commit 315010bCopy full SHA for 315010b
2 files changed
doc/_static/multipage_pdf_thumbnail.svg
galleries/examples/misc/multipage_pdf.py
@@ -15,6 +15,8 @@
15
16
from matplotlib.backends.backend_pdf import PdfPages
17
18
+# sphinx_gallery_thumbnail_path = '_static/multipage_pdf_thumbnail.svg'
19
+
20
# Create the PdfPages object to which we will save the pages:
21
# The with statement makes sure that the PdfPages object is closed properly at
22
# the end of the block, even if an Exception occurs.
0 commit comments