8000 More docs · matplotlib/matplotlib@bc16483 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc16483

Browse files
committed
More docs
1 parent 0f835a8 commit bc16483

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/misc/multipage_pdf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
66
This is a demo of creating a pdf file with several pages,
77
as well as adding metadata and annotations to pdf files.
8+
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`.
812
"""
913

1014
import datetime

0 commit comments

Comments
 (0)
0