Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 685ea2b

Browse files
authored
Fixes #29428 : Remove erroneous statement in multipage PDF example (#29433)
* Clarify backend support for attach_note in multipage PDF example * Removed the sentence
1 parent 7fcb063 commit 685ea2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

galleries/examples/misc/multipage_pdf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
This is a demo of creating a pdf file with several pages,
77
as well as adding metadata and annotations to pdf files.
88
9-
If you want to use a multipage pdf file using LaTeX, you need
10-
to use ``from matplotlib.backends.backend_pgf import PdfPages``.
11-
This version however does not support `.attach_note`.
129
"""
1310

1411
import datetime

0 commit comments

Comments
 (0)