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

Skip to content

Commit 05e7f77

Browse files
committed
Add comment in faq
1 parent bc16483 commit 05e7f77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/faq/howto_faq.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ Finally, the multipage pdf object has to be closed::
136136

137137
pp.close()
138138

139+
The same can be done using the pgf backend::
140+
141+
from matplotlib.backends.backend_pgf import PdfPages
142+
139143

140144
.. _howto-subplots-adjust:
141145

0 commit comments

Comments
 (0)